Skip to content

Commit

Permalink
Bump versions to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Healy committed Dec 15, 2022
1 parent adb1713 commit c8feadb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel-lang"
version = "0.3.0"
version = "0.3.1"
authors = ["Nickel team"]
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -68,7 +68,7 @@ pretty_assertions = "1.2.1"
assert_matches = "1.5.0"
criterion = "0.3"
pprof = { version = "0.9.1", features = ["criterion", "flamegraph"] }
nickel-lang-utilities = {path = "utilities", version = "0.3.0"}
nickel-lang-utilities = {path = "utilities", version = "0.3.1"}
similar = "2.1.0"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions lsp/nls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel-lang-lsp"
version = "0.3.0"
version = "0.3.1"
authors = ["Nickel team"]
license = "MIT"
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,7 @@ lsp-types = "0.88"
log = "0.4"
env_logger = "0.9"
anyhow = "1.0"
nickel-lang = {path = "../../", version = "0.3.0"}
nickel-lang = {path = "../../", version = "0.3.1"}
derive_more = "0.99"
lazy_static = "1"
csv = "1"
Expand Down
4 changes: 2 additions & 2 deletions nickel-wasm-repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel-repl"
version = "0.3.0"
version = "0.3.1"
authors = ["Nickel team"]
license = "MIT"
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ keywords = ["configuration", "language", "nix", "nickel"]
edition = "2018"

[dependencies]
nickel-lang = {default-features = false, path = "../", version = "0.3.0", features=["repl-wasm"]}
nickel-lang = {default-features = false, path = "../", version = "0.3.1", features=["repl-wasm"]}

[lib]
crate-type = ["cdylib", "rlib"]
4 changes: 2 additions & 2 deletions utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nickel-lang-utilities"
version = "0.3.0"
version = "0.3.1"
authors = ["The Nickel Team <nickel-lang@protonmail.com>"]
description = "Common helper functions for the tests and benchmarks of the nickel-lang crate."
edition = "2018"
Expand All @@ -10,6 +10,6 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nickel-lang = {path = "../", version = "0.3.0"}
nickel-lang = {path = "../", version = "0.3.1"}
criterion = "0.3"
codespan = "0.11"

0 comments on commit c8feadb

Please sign in to comment.