Skip to content

Commit de1e0d8

Browse files
authored
Merge pull request #14 from flatcar/dongsu/openssh-keys-0.6.2
Cargo: Use upstream openssh-keys 0.6.2 instead of a branch
2 parents 2627b84 + 1adc067 commit de1e0d8

File tree

2 files changed

+37
-35
lines changed

2 files changed

+37
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ version = "0.4.2-alpha.0"
1212
fs2 = "0.4"
1313
# Public dependencies, exposed through library API.
1414
error-chain = { version = "0.12", default-features = false }
15-
openssh-keys = { git = "https://github.com/pothos/openssh-keys", branch = "add-sk-keys" }
1615
clap = { version = "4.4.6", features = ["cargo"] }
1716
uzers = "0.11.3"
17+
openssh-keys = "0.6.2"
1818

1919
[[bin]]
2020
name = "update-ssh-keys"

0 commit comments

Comments
 (0)