Skip to content

Commit

Permalink
bump x25519-dalek to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 7, 2024
1 parent c557549 commit dd0656d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# - update html_root_url
# - update CHANGELOG
# - if any changes were made to README.md, mirror them in src/lib.rs docs
version = "2.0.0"
version = "2.1.0-pre"
authors = [
"Isis Lovecruft <[email protected]>",
"DebugSteven <[email protected]>",
Expand Down Expand Up @@ -38,7 +38,7 @@ rustdoc-args = [
features = ["getrandom", "reusable_secrets", "serde", "static_secrets"]

[dependencies]
curve25519-dalek = { version = "4", path = "../curve25519-dalek", default-features = false }
curve25519-dalek = { version = "=4.2.0-pre", path = "../curve25519-dalek", default-features = false }
rand_core = { version = "0.6", default-features = false }
serde = { version = "1", default-features = false, optional = true, features = ["derive"] }
zeroize = { version = "1", default-features = false, optional = true, features = ["zeroize_derive"] }
Expand Down

0 comments on commit dd0656d

Please sign in to comment.