Skip to content

Commit 64db3df

Browse files
authored
Use ed25519-dalek v3.0.0-pre.0 crate release (#390)
Switches from a git-sourced branch to a crate release
1 parent ce31a8d commit 64db3df

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ ssh-cipher = { path = "./ssh-cipher" }
1616
ssh-derive = { path = "./ssh-derive" }
1717
ssh-encoding = { path = "./ssh-encoding" }
1818
ssh-key = { path = "./ssh-key" }
19-
20-
# https://github.com/dalek-cryptography/curve25519-dalek/pull/676
21-
ed25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek.git", branch = "rustcrypto-new-releases" }

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ zeroize = { version = "1", default-features = false }
2929
argon2 = { version = "0.6.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
3030
bcrypt-pbkdf = { version = "0.11.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
3131
dsa = { version = "0.7.0-rc.2", optional = true, default-features = false, features = ["hazmat"] }
32-
ed25519-dalek = { version = "=2.2.0-pre", optional = true, default-features = false }
32+
ed25519-dalek = { version = "=3.0.0-pre.0", optional = true, default-features = false }
3333
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3434
hmac = { version = "0.13.0-rc.0", optional = true }
3535
home = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)