From: Arne Fitzenreiter Date: Wed, 9 Feb 2022 13:52:30 +0000 (+0000) Subject: rust-rand: update rootfile X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=304cf04fe0c1d08e2d9ecca94830e143671795f0;p=people%2Fms%2Fipfire-2.x.git rust-rand: update rootfile Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/common/rust-rand b/config/rootfiles/common/rust-rand index ecdb3c7b99..545f4a8ae1 100644 --- a/config/rootfiles/common/rust-rand +++ b/config/rootfiles/common/rust-rand @@ -1,41 +1,39 @@ -#usr/share/cargo/registry/rand-0.4-0.4.6 -#usr/share/cargo/registry/rand-0.4-0.4.6/.cargo-checksum.json -#usr/share/cargo/registry/rand-0.4-0.4.6/CHANGELOG.md -#usr/share/cargo/registry/rand-0.4-0.4.6/Cargo.toml -#usr/share/cargo/registry/rand-0.4-0.4.6/Cargo.toml.deps -#usr/share/cargo/registry/rand-0.4-0.4.6/LICENSE-APACHE -#usr/share/cargo/registry/rand-0.4-0.4.6/LICENSE-MIT -#usr/share/cargo/registry/rand-0.4-0.4.6/README.md -#usr/share/cargo/registry/rand-0.4-0.4.6/appveyor.yml -#usr/share/cargo/registry/rand-0.4-0.4.6/benches -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/bench.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/exponential.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/gamma.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/mod.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/normal.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/generators.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/benches/misc.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/exponential.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/gamma.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/mod.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/normal.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/range.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/ziggurat_tables.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/jitter.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/lib.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/os.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/chacha.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/isaac.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/isaac64.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/mod.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/xorshift.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/rand_impls.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/read.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/reseeding.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/src/seq.rs -#usr/share/cargo/registry/rand-0.4-0.4.6/utils -#usr/share/cargo/registry/rand-0.4-0.4.6/utils/ziggurat_tables.py +#usr/share/cargo/registry/rand-0.8.4 +#usr/share/cargo/registry/rand-0.8.4/.cargo-checksum.json +#usr/share/cargo/registry/rand-0.8.4/CHANGELOG.md +#usr/share/cargo/registry/rand-0.8.4/COPYRIGHT +#usr/share/cargo/registry/rand-0.8.4/Cargo.toml +#usr/share/cargo/registry/rand-0.8.4/LICENSE-APACHE +#usr/share/cargo/registry/rand-0.8.4/LICENSE-MIT +#usr/share/cargo/registry/rand-0.8.4/README.md +#usr/share/cargo/registry/rand-0.8.4/src +#usr/share/cargo/registry/rand-0.8.4/src/distributions +#usr/share/cargo/registry/rand-0.8.4/src/distributions/bernoulli.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/distribution.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/float.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/integer.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/mod.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/other.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/slice.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/uniform.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/utils.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/weighted.rs +#usr/share/cargo/registry/rand-0.8.4/src/distributions/weighted_index.rs +#usr/share/cargo/registry/rand-0.8.4/src/lib.rs +#usr/share/cargo/registry/rand-0.8.4/src/prelude.rs +#usr/share/cargo/registry/rand-0.8.4/src/rng.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter +#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/mod.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/read.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/reseeding.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/mock.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/mod.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/small.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/std.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/thread.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/xoshiro128plusplus.rs +#usr/share/cargo/registry/rand-0.8.4/src/rngs/xoshiro256plusplus.rs +#usr/share/cargo/registry/rand-0.8.4/src/seq +#usr/share/cargo/registry/rand-0.8.4/src/seq/index.rs +#usr/share/cargo/registry/rand-0.8.4/src/seq/mod.rs