Skip to content

Commit

Permalink
Cargo release version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Dec 1, 2023
1 parent 7873325 commit 64905a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.4.1"
version = "0.5.0"
authors = ["Tom Forbes <tom@tomforb.es>", "Clark McCauley <me@clarkmccauley.com>"]
edition = "2018"
license = "MIT"
categories = ["interpreter", "cel"]

[dependencies]
cel-parser = { path = "../parser", version = "0.5.1" }
cel-parser = { path = "../parser", version = "0.6.0" }
thiserror = "1.0.40"
chrono = "0.4.26"
nom = "7.1.3"
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.5.1"
version = "0.6.0"
authors = ["Tom Forbes <tom@tomforb.es>", "Clark McCauley <me@clarkmccauley.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 64905a9

Please sign in to comment.