Skip to content

Commit

Permalink
Remove version from dev-dependencies to allow publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Oct 11, 2024
1 parent 44ac7ec commit 7205e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaq-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ once_cell = "1.16.0"
typed-arena = "2.0.2"

[dev-dependencies]
jaq-json = { version = "1.0.0-beta", path = "../jaq-json", features = ["serde_json"] }
jaq-json = { path = "../jaq-json", features = ["serde_json"] }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
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-beta", path = "../jaq-json" }
jaq-json = { path = "../jaq-json" }
serde_json = "1.0"

0 comments on commit 7205e3a

Please sign in to comment.