diff options
author | Jill <kokakiwi@deuxfleurs.fr> | 2022-02-07 17:00:03 +0100 |
---|---|---|
committer | Jill <kokakiwi@deuxfleurs.fr> | 2022-02-11 10:50:55 +0100 |
commit | 84613e66a286536dff9828d8aca2625d2c6c6bf2 (patch) | |
tree | ec5fbca0adcc19fa05f3e6431335508ce135ad1e /Cargo.nix | |
parent | c8b30ebc79364707526e2ae935b6e408924eef16 (diff) | |
download | garage-84613e66a286536dff9828d8aca2625d2c6c6bf2.tar.gz garage-84613e66a286536dff9828d8aca2625d2c6c6bf2.zip |
garage(tests): Remove RNG stuff
Diffstat (limited to 'Cargo.nix')
-rw-r--r-- | Cargo.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -985,7 +985,6 @@ in devDependencies = { aws_sdk_s3 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".aws-sdk-s3."0.6.0" { inherit profileName; }; http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; }; - rand = rustPackages."registry+https://github.com/rust-lang/crates.io-index".rand."0.8.4" { inherit profileName; }; static_init = rustPackages."registry+https://github.com/rust-lang/crates.io-index".static_init."1.0.2" { inherit profileName; }; }; }); |