Skip to content

Commit

Permalink
Bumped versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Jul 9, 2024
1 parent be772a5 commit 962e5e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "cel-interpreter"
description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/clarkmcc/cel-rust"
version = "0.7.1"
version = "0.8.0"
authors = ["Tom Forbes <tom@tomforb.es>", "Clark McCauley <me@clarkmccauley.com>"]
edition = "2018"
license = "MIT"
categories = ["interpreter", "cel"]
categories = ["compilers"]

[dependencies]
cel-parser = { path = "../parser", version = "0.6.0" }
cel-parser = { path = "../parser", version = "0.7.0" }
thiserror = "1.0.40"
chrono = "0.4.26"
nom = "7.1.3"
Expand Down
4 changes: 2 additions & 2 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/clarkmcc/cel-rust"
version = "0.6.0"
version = "0.7.0"
authors = ["Tom Forbes <tom@tomforb.es>", "Clark McCauley <me@clarkmccauley.com>"]
edition = "2018"
license = "MIT"
categories = ["parsing", "cel"]
categories = ["parsing"]

[dependencies]
lalrpop-util = { version = "0.19.1", features = ["lexer"] }
Expand Down

0 comments on commit 962e5e4

Please sign in to comment.