Skip to content

Commit

Permalink
Bump version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Jul 30, 2024
1 parent 426fdab commit 08f05c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion jaq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-core"
version = "1.5.0"
version = "1.5.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-std"
version = "1.5.1"
version = "1.6.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ["json", "query", "jq"]
rust-version = "1.64"

[dependencies]
jaq-syn = { version = "1.0.0", path = "../jaq-syn" }
jaq-syn = { version = "1.6.0", path = "../jaq-syn" }

[dev-dependencies]
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
Expand Down
4 changes: 2 additions & 2 deletions jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "1.5.1"
version = "1.6.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ rust-version = "1.64"
default = ["mimalloc"]

[dependencies]
jaq-syn = { version = "1.1.0", path = "../jaq-syn" }
jaq-syn = { version = "1.6.0", path = "../jaq-syn" }
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
jaq-core = { version = "1.2.0", path = "../jaq-core" }
jaq-std = { version = "1.5.0", path = "../jaq-std" }
Expand Down

0 comments on commit 08f05c8

Please sign in to comment.