Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Jul 29, 2024
1 parent dc4b65f commit f8f3b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
name = "cel-interpreter"
description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/clarkmcc/cel-rust"
version = "0.8.0"
version = "0.8.1"
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
edition = "2021"
license = "MIT"
categories = ["compilers"]

[dependencies]
cel-parser = { path = "../parser", version = "0.7.0" }
cel-parser = { path = "../parser", version = "0.7.1 " }
thiserror = "1.0.40"
chrono = { version= "0.4.26", default-features = false, features = ["alloc"] }
chrono = { version = "0.4.26", default-features = false, features = ["alloc"] }
nom = "7.1.3"
paste = "1.0.14"
serde = "1.0.196"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/clarkmcc/cel-rust"
version = "0.7.0"
version = "0.7.1"
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f8f3b18

Please sign in to comment.