Skip to content

Commit

Permalink
build: bump version to v0.5.0-pre95
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Aug 13, 2023
1 parent 89a6508 commit 19baaf2
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,18 +1,18 @@
[workspace]
package.version = "0.5.0-pre94"
package.version = "0.5.0-pre95"
package.repository = "https://github.com/CertainLach/jrsonnet"
members = ["crates/*", "bindings/jsonnet", "cmds/jrsonnet", "tests"]
default-members = ["cmds/jrsonnet"]
resolver = "2"

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

jrsonnet-gcmodule = "0.3.6"

Expand Down

0 comments on commit 19baaf2

Please sign in to comment.