Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Feb 21, 2025
1 parent 9806586 commit cea81c6
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 = "2.1.0"
version = "2.1.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jaq-json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-json"
version = "1.1.0"
version = "1.1.1"
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 = "2.1.0"
version = "2.1.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,9 +15,9 @@ rust-version = "1.65"
default = ["mimalloc"]

[dependencies]
jaq-core = { version = "2.1.0", path = "../jaq-core" }
jaq-core = { version = "2.1.1", path = "../jaq-core" }
jaq-std = { version = "2.1.0", path = "../jaq-std" }
jaq-json = { version = "1.1.0", path = "../jaq-json" }
jaq-json = { version = "1.1.1", path = "../jaq-json" }

codesnake = { version = "0.2" }
env_logger = { version = "0.10.0", default-features = false }
Expand Down

0 comments on commit cea81c6

Please sign in to comment.