Skip to content

Commit 64905a9

Browse files
committed
Cargo release version bumps
1 parent 7873325 commit 64905a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

interpreter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "cel-interpreter"
33
description = "An interpreter for the Common Expression Language (CEL)"
44
repository = "https://github.com/clarkmcc/cel-rust"
5-
version = "0.4.1"
5+
version = "0.5.0"
66
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
99
categories = ["interpreter", "cel"]
1010

1111
[dependencies]
12-
cel-parser = { path = "../parser", version = "0.5.1" }
12+
cel-parser = { path = "../parser", version = "0.6.0" }
1313
thiserror = "1.0.40"
1414
chrono = "0.4.26"
1515
nom = "7.1.3"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cel-parser"
33
description = "A parser for the Common Expression Language (CEL)"
44
repository = "https://github.com/clarkmcc/cel-rust"
5-
version = "0.5.1"
5+
version = "0.6.0"
66
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
77
edition = "2018"
88
license = "MIT"

0 commit comments

Comments
 (0)