Skip to content

Commit

Permalink
build: bump version to v0.5.0-pre8
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Apr 18, 2023
1 parent 884db00 commit ea82da9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-pre7"
package.version = "0.5.0-pre8"
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-pre7" }
jrsonnet-macros = { path = "./crates/jrsonnet-macros", version = "0.5.0-pre7" }
jrsonnet-parser = { path = "./crates/jrsonnet-parser", version = "0.5.0-pre7" }
jrsonnet-interner = { path = "./crates/jrsonnet-interner", version = "0.5.0-pre7" }
jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre7" }
jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre7" }
jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre7" }
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-gcmodule = "0.3.5"

Expand Down

0 comments on commit ea82da9

Please sign in to comment.