Skip to content

Commit

Permalink
Bump version to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Oct 31, 2023
1 parent d1dd646 commit 5213d32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 jaq-interpret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-interpret"
version = "1.0.0"
version = "1.1.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ default = ["std", "hifijson", "serde_json"]
std = []

[dependencies]
jaq-syn = { version = "1.0.0", path = "../jaq-syn" }
jaq-syn = { version = "1.1.0", path = "../jaq-syn" }
ahash = "0.7.6"
dyn-clone = "1.0"
hifijson = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion jaq-syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-syn"
version = "1.0.0"
version = "1.1.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "1.0.0"
version = "1.1.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2018"
license = "MIT"
Expand All @@ -14,9 +14,9 @@ categories = ["command-line-utilities", "compilers", "parser-implementations"]
default = ["mimalloc"]

[dependencies]
jaq-syn = { version = "1.0.0", path = "../jaq-syn" }
jaq-syn = { version = "1.1.0", path = "../jaq-syn" }
jaq-parse = { version = "1.0.0", path = "../jaq-parse" }
jaq-interpret = { version = "1.0.0", path = "../jaq-interpret" }
jaq-interpret = { version = "1.1.0", path = "../jaq-interpret" }
jaq-core = { version = "1.0.0", path = "../jaq-core" }
jaq-std = { version = "1.0.0", path = "../jaq-std" }
ariadne = "0.1.5"
Expand Down

0 comments on commit 5213d32

Please sign in to comment.