Skip to content

Commit

Permalink
Merge pull request #14 from flatcar/dongsu/openssh-keys-0.6.2
Browse files Browse the repository at this point in the history
Cargo: Use upstream openssh-keys 0.6.2 instead of a branch
  • Loading branch information
dongsupark authored Oct 27, 2023
2 parents 2627b84 + 1adc067 commit de1e0d8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
70 changes: 36 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version = "0.4.2-alpha.0"
fs2 = "0.4"
# Public dependencies, exposed through library API.
error-chain = { version = "0.12", default-features = false }
openssh-keys = { git = "https://github.com/pothos/openssh-keys", branch = "add-sk-keys" }
clap = { version = "4.4.6", features = ["cargo"] }
uzers = "0.11.3"
openssh-keys = "0.6.2"

[[bin]]
name = "update-ssh-keys"
Expand Down

0 comments on commit de1e0d8

Please sign in to comment.