]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
rust-rand: update rootfile
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 9 Feb 2022 13:52:30 +0000 (13:52 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 9 Feb 2022 13:52:30 +0000 (13:52 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/rust-rand

index ecdb3c7b99c2821994ba928dc8bc607ef2d4b6fb..545f4a8ae169a2dce730020fe324ed0e30120472 100644 (file)
@@ -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