Skip to content

Commit

Permalink
Reenable dev dependencies, bump to alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Sep 2, 2024
1 parent 0412daa commit 24e50f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 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-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-alpha"
version = "2.0.0-alpha.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -21,5 +21,5 @@ once_cell = "1.16.0"
typed-arena = "2.0.2"

[dev-dependencies]
#jaq-json = { version = "1.0.0-alpha", path = "../jaq-json", features = ["serde_json"] }
jaq-json = { version = "1.0.0-alpha", path = "../jaq-json", features = ["serde_json"] }
serde_json = "1.0"
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-alpha"
version = "2.0.0-alpha.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -30,5 +30,5 @@ base64 = { version = "0.22", optional = true }
urlencoding = { version = "2.1.3", optional = true }

[dev-dependencies]
#jaq-json = { version = "1.0.0-alpha", path = "../jaq-json" }
jaq-json = { version = "1.0.0-alpha", path = "../jaq-json" }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "2.0.0-alpha"
version = "2.0.0-alpha.1"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 24e50f4

Please sign in to comment.