Skip to content

Commit

Permalink
chore(release): publish core
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gorules committed Jul 16, 2024
1 parent cc3d938 commit db5b7c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Business rules engine"
name = "zen-engine"
license = "MIT"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand All @@ -24,8 +24,8 @@ tokio = { workspace = true, features = ["sync", "time"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
rquickjs = { version = "0.6.2", features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"] }
itertools = { workspace = true }
zen-expression = { path = "../expression", version = "0.23.0" }
zen-tmpl = { path = "../template", version = "0.23.0" }
zen-expression = { path = "../expression", version = "0.24.0" }
zen-tmpl = { path = "../template", version = "0.24.0" }

[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion core/expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Zen Expression Language"
name = "zen-expression"
license = "MIT"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand Down
4 changes: 2 additions & 2 deletions core/expression_repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expression_repl"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
publish = false

Expand All @@ -10,5 +10,5 @@ publish = false
colored = "2.1.0"
rustyline = "14.0.0"
serde_json = { workspace = true }
zen-expression = { path = "../expression", version = "0.23.0" }
zen-expression = { path = "../expression", version = "0.24.0" }

4 changes: 2 additions & 2 deletions core/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Zen Template Language"
name = "zen-tmpl"
license = "MIT"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

[dependencies]
zen-expression = { path = "../expression", version = "0.23.0" }
zen-expression = { path = "../expression", version = "0.24.0" }
itertools = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit db5b7c4

Please sign in to comment.