Skip to content

Commit cea81c6

Browse files
committed
Bump versions.
1 parent 9806586 commit cea81c6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jaq-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-core"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
55
edition = "2021"
66
license = "MIT"

jaq-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-json"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
55
edition = "2021"
66
license = "MIT"

jaq/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
55
edition = "2021"
66
license = "MIT"
@@ -15,9 +15,9 @@ rust-version = "1.65"
1515
default = ["mimalloc"]
1616

1717
[dependencies]
18-
jaq-core = { version = "2.1.0", path = "../jaq-core" }
18+
jaq-core = { version = "2.1.1", path = "../jaq-core" }
1919
jaq-std = { version = "2.1.0", path = "../jaq-std" }
20-
jaq-json = { version = "1.1.0", path = "../jaq-json" }
20+
jaq-json = { version = "1.1.1", path = "../jaq-json" }
2121

2222
codesnake = { version = "0.2" }
2323
env_logger = { version = "0.10.0", default-features = false }

0 commit comments

Comments
 (0)