diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-21 12:17:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-21 12:17:01 +0100 |
commit | 3535d15bbd006fb3b932cf4a72418afaa50b4dcc (patch) | |
tree | a832130c9e82fc932cdae4e4def7dc31c97015b7 /Cargo.toml | |
parent | f4397165000786c4f33478654d6ad9314434dc1a (diff) | |
download | netapp-3535d15bbd006fb3b932cf4a72418afaa50b4dcc.tar.gz netapp-3535d15bbd006fb3b932cf4a72418afaa50b4dcc.zip |
Fix imports; rust stable in CI
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ name = "netapp" [features] default = [] basalt = ["lru", "rand"] -telemetry = ["opentelemetry", "opentelemetry-contrib"] +telemetry = ["opentelemetry", "opentelemetry-contrib", "rand"] [dependencies] futures = "0.3.17" |