diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-27 11:19:31 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-27 11:19:31 +0200 |
commit | 086cf4916c3b613ac62f89da05df05cd16051d9d (patch) | |
tree | 5d848338368f83c2c9cf8d9ada53b3d61206236c /src/model | |
parent | d104ae871170e5d1dac644921815bcce8496f23c (diff) | |
download | garage-086cf4916c3b613ac62f89da05df05cd16051d9d.tar.gz garage-086cf4916c3b613ac62f89da05df05cd16051d9d.zip |
Demonstrate cargo2nix bugdemonstrate-cargo2nix-bug
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 2c2e2bfe..d9c2fee1 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -39,7 +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.5" +netapp = { version = "0.5.2", git = "https://git.deuxfleurs.fr/lx/netapp", features = ["telemetry"] } [features] k2v = [ "garage_util/k2v" ] |