Skip to content

Commit

Permalink
build: bump version to 0.5.0-pre9
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed May 15, 2023
1 parent 84715b5 commit 6790c43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[workspace]
package.version = "0.5.0-pre8"
package.version = "0.5.0-pre9"
package.repository = "https://github.com/CertainLach/jrsonnet"
members = ["crates/*", "bindings/jsonnet", "cmds/jrsonnet", "tests"]
default-members = ["cmds/jrsonnet"]

[workspace.dependencies]
jrsonnet-evaluator = { path = "./crates/jrsonnet-evaluator", version = "0.5.0-pre8" }
jrsonnet-macros = { path = "./crates/jrsonnet-macros", version = "0.5.0-pre8" }
jrsonnet-parser = { path = "./crates/jrsonnet-parser", version = "0.5.0-pre8" }
jrsonnet-interner = { path = "./crates/jrsonnet-interner", version = "0.5.0-pre8" }
jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre8" }
jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre8" }
jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre8" }
jrsonnet-evaluator = { path = "./crates/jrsonnet-evaluator", version = "0.5.0-pre9" }
jrsonnet-macros = { path = "./crates/jrsonnet-macros", version = "0.5.0-pre9" }
jrsonnet-parser = { path = "./crates/jrsonnet-parser", version = "0.5.0-pre9" }
jrsonnet-interner = { path = "./crates/jrsonnet-interner", version = "0.5.0-pre9" }
jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre9" }
jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre9" }
jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre9" }

jrsonnet-gcmodule = "0.3.5"

Expand Down

0 comments on commit 6790c43

Please sign in to comment.