Skip to content

Commit

Permalink
Bump version to 2.0.0-gamma.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Oct 23, 2024
1 parent de6d275 commit ad6d9c6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.0.0-beta"
version = "2.0.0-gamma"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions jaq-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ default = ["parse"]
parse = ["hifijson"]

[dependencies]
jaq-core = { version = "2.0.0-beta", path = "../jaq-core" }
jaq-std = { version = "2.0.0-beta", path = "../jaq-std" }
jaq-core = { version = "2.0.0-gamma", path = "../jaq-core" }
jaq-std = { version = "2.0.0-gamma", path = "../jaq-std" }

ahash = "0.8.6"
hifijson = { version = "0.2.0", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions jaq-play/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ wasm-opt = false
crate-type = ["cdylib", "rlib"]

[dependencies]
jaq-core = { version = "2.0.0-beta", path = "../jaq-core" }
jaq-std = { version = "2.0.0-beta", path = "../jaq-std" }
jaq-core = { version = "2.0.0-gamma", path = "../jaq-core" }
jaq-std = { version = "2.0.0-gamma", path = "../jaq-std" }
jaq-json = { version = "1.0.0-beta", path = "../jaq-json" }

aho-corasick = "1.1.2"
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 = "2.0.0-beta"
version = "2.0.0-gamma"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ math = ["libm"]
time = ["chrono"]

[dependencies]
jaq-core = { version = "2.0.0-beta", path = "../jaq-core" }
jaq-core = { version = "2.0.0-gamma", path = "../jaq-core" }

hifijson = { version = "0.2.0", optional = true }
chrono = { version = "0.4.38", default-features = false, features = ["alloc"], optional = true }
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.0.0-beta"
version = "2.0.0-gamma"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,8 +15,8 @@ rust-version = "1.64"
default = ["mimalloc"]

[dependencies]
jaq-core = { version = "2.0.0-beta", path = "../jaq-core" }
jaq-std = { version = "2.0.0-beta", path = "../jaq-std" }
jaq-core = { version = "2.0.0-gamma", path = "../jaq-core" }
jaq-std = { version = "2.0.0-gamma", path = "../jaq-std" }
jaq-json = { version = "1.0.0-beta", path = "../jaq-json" }

atty = "0.2"
Expand Down

0 comments on commit ad6d9c6

Please sign in to comment.