Skip to content

Commit 9694e79

Browse files
authored
ssh-key: bump ed25519-dalek to v2.0.0-pre.0 (#62)
1 parent c7c83a7 commit 9694e79

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 6 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ members = [
77

88
[profile.dev]
99
opt-level = 2
10-
11-
[patch.crates-io]
12-
curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek" }
13-
ed25519-dalek = { git = "https://github.com/dalek-cryptography/ed25519-dalek", branch = "release/2.0" }

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ctr = { version = "0.9", optional = true, default-features = false }
2929
bcrypt-pbkdf = { version = "0.9", optional = true, default-features = false }
3030
bigint = { package = "num-bigint-dig", version = "0.8", optional = true, default-features = false }
3131
dsa = { version = "0.5", optional = true, default-features = false }
32-
ed25519-dalek = { version = "1.0.1", optional = true, default-features = false }
32+
ed25519-dalek = { version = "=2.0.0-pre.0", optional = true, default-features = false }
3333
p256 = { version = "0.12", optional = true, default-features = false, features = ["ecdsa"] }
3434
p384 = { version = "0.12", optional = true, default-features = false, features = ["ecdsa"] }
3535
rand_core = { version = "0.6", optional = true, default-features = false }

0 commit comments

Comments
 (0)