Skip to content

Commit f8f3b18

Browse files
committed
Bumped versions
1 parent dc4b65f commit f8f3b18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

interpreter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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.8.0"
5+
version = "0.8.1"
66
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
77
edition = "2021"
88
license = "MIT"
99
categories = ["compilers"]
1010

1111
[dependencies]
12-
cel-parser = { path = "../parser", version = "0.7.0" }
12+
cel-parser = { path = "../parser", version = "0.7.1 " }
1313
thiserror = "1.0.40"
14-
chrono = { version= "0.4.26", default-features = false, features = ["alloc"] }
14+
chrono = { version = "0.4.26", default-features = false, features = ["alloc"] }
1515
nom = "7.1.3"
1616
paste = "1.0.14"
1717
serde = "1.0.196"

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.7.0"
5+
version = "0.7.1"
66
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
77
edition = "2021"
88
license = "MIT"

0 commit comments

Comments
 (0)