with out zlib compat
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-06 16:27:26 +01:00
parent 75d6ed2e34
commit e2dbbdd411

View File

@@ -13,7 +13,7 @@ eyre = "0.6.8"
git2 = { version = "0.15.0", features = [ git2 = { version = "0.15.0", features = [
"vendored-libgit2", "vendored-libgit2",
"vendored-openssl", "vendored-openssl",
"zlib-ng-compat", #"zlib-ng-compat",
] } ] }
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87" serde_json = "1.0.87"