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

This commit is contained in:
Kasper Juul Hermansen 2022-11-06 16:27:26 +01:00
parent 75d6ed2e34
commit e2dbbdd411
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

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