Use netapp 0.5 published from crates.io

This commit is contained in:
Alex Auvolat
2022-09-13 13:11:44 +02:00
parent b823151a0b
commit 28a4af73ca
6 changed files with 40 additions and 48 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ futures-util = "0.3"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
opentelemetry = "0.17"
#netapp = "0.4"
netapp = { version = "0.5", git = "https://git.deuxfleurs.fr/lx/netapp", branch = "stream-body", features = ["telemetry"] }
netapp = "0.5"
[features]
k2v = [ "garage_util/k2v" ]