Skip to content

Commit dd0656d

Browse files
committed
bump x25519-dalek to pre-release
1 parent c557549 commit dd0656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x25519-dalek/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# - update html_root_url
77
# - update CHANGELOG
88
# - if any changes were made to README.md, mirror them in src/lib.rs docs
9-
version = "2.0.0"
9+
version = "2.1.0-pre"
1010
authors = [
1111
"Isis Lovecruft <isis@patternsinthevoid.net>",
1212
"DebugSteven <debugsteven@gmail.com>",
@@ -38,7 +38,7 @@ rustdoc-args = [
3838
features = ["getrandom", "reusable_secrets", "serde", "static_secrets"]
3939

4040
[dependencies]
41-
curve25519-dalek = { version = "4", path = "../curve25519-dalek", default-features = false }
41+
curve25519-dalek = { version = "=4.2.0-pre", path = "../curve25519-dalek", default-features = false }
4242
rand_core = { version = "0.6", default-features = false }
4343
serde = { version = "1", default-features = false, optional = true, features = ["derive"] }
4444
zeroize = { version = "1", default-features = false, optional = true, features = ["zeroize_derive"] }

0 commit comments

Comments
 (0)