Skip to content

Commit

Permalink
Bumped dep version in cel-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Aug 27, 2023
1 parent 60f7abe commit 70f9632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
categories = ["interpreter", "cel"]

[dependencies]
cel-parser = { path = "../parser", version = "0.4.0" }
cel-parser = { path = "../parser", version = "0.5.0" }
thiserror = "1.0.40"
chrono = "0.4.26"
nom = "7.1.3"
Expand Down

0 comments on commit 70f9632

Please sign in to comment.