Skip to content

Commit

Permalink
Update git2 to 0.14 (#1733)
Browse files Browse the repository at this point in the history
git2-rs recently updated major versions due to libgit2 doing the same.
Bump the version used in sqlx accordingly, to allow users of the new
git2 to use git2::Oid with sqlx.
  • Loading branch information
joshtriplett committed Apr 14, 2022
1 parent cc1ab90 commit 342d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Expand Up @@ -164,7 +164,7 @@ webpki-roots = { version = "0.21.1", optional = true }
whoami = { version = "1.2.1", optional = true }
stringprep = "0.1.2"
bstr = { version = "0.2.17", default-features = false, features = ["std"], optional = true }
git2 = { version = "0.13.25", default-features = false, optional = true }
git2 = { version = "0.14", default-features = false, optional = true }
hashlink = "0.7.0"
# NOTE: *must* remain below 1.7.0 to allow users to avoid the `ahash` cyclic dependency problem by pinning the version
# https://github.com/tkaitchuck/aHash/issues/95#issuecomment-874150078
Expand Down

0 comments on commit 342d157

Please sign in to comment.