Skip to content

Commit

Permalink
Cargo: add ssh-key version
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 4, 2025
1 parent c8dc143 commit fb7f95c
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 @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module"] }
ssh-key = { version = ">=0.5.1", default-features = false, features = [
ssh-key = { version = "0.6.7", default-features = false, features = [
"ed25519",
"alloc",
] }
Expand Down

0 comments on commit fb7f95c

Please sign in to comment.