Skip to content

Commit

Permalink
chore: "Upgrade 'neptune' dependency to version 12.0.0" (lurk-lang#241)
Browse files Browse the repository at this point in the history
- Upgrades the `neptune` dependency to the latest version,
- prior version 11.1.0 broke semver and had to be yanked.
  • Loading branch information
huitseeker authored Oct 27, 2023
1 parent 71ecb66 commit 9c241f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rand_core = { version = "0.6", default-features = false }
rand_chacha = "0.3"
subtle = "2.5"
pasta_curves = { version = "0.5", features = ["repr-c", "serde"] }
neptune = { version = "11.1.0", default-features = false }
neptune = { version = "12.0.0", default-features = false }
generic-array = "0.14"
num-bigint = { version = "0.4", features = ["serde", "rand"] }
num-traits = "0.2"
Expand Down

0 comments on commit 9c241f8

Please sign in to comment.