Skip to content

Commit

Permalink
Merge pull request #919 from luqmana/update-libssh2-sys
Browse files Browse the repository at this point in the history
Update to libssh2-sys 0.3.0
  • Loading branch information
ehuss authored Feb 5, 2023
2 parents c5765ef + 68b12ef commit 1ab62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgit2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "lib.rs"

[dependencies]
libc = "0.2"
libssh2-sys = { version = "0.2.19", optional = true }
libssh2-sys = { version = "0.3.0", optional = true }
libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] }

[build-dependencies]
Expand Down

0 comments on commit 1ab62f3

Please sign in to comment.