summaryrefslogtreecommitdiff
path: root/etc/deps-rust/TARGETS.rand-0.8.5
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-12 14:34:57 +0100
committerGitHub <noreply@github.com>2025-02-12 14:34:57 +0100
commite5d4cd2160d122471de483b882aaad511414c26c (patch)
tree2de8aa38d0654788f224f8a1e248fce1085fa2da /etc/deps-rust/TARGETS.rand-0.8.5
parent1d998983b4ff8c309f2b50b991a36cee151f012e (diff)
parent0d9f4fae4fe528cd23496e9803d90fd879000355 (diff)
downloadhello-nix-e5d4cd2160d122471de483b882aaad511414c26c.tar.gz
Merge pull request #7 from aehlig/update-2025-02-10
Update dependencies
Diffstat (limited to 'etc/deps-rust/TARGETS.rand-0.8.5')
-rw-r--r--etc/deps-rust/TARGETS.rand-0.8.530
1 files changed, 15 insertions, 15 deletions
diff --git a/etc/deps-rust/TARGETS.rand-0.8.5 b/etc/deps-rust/TARGETS.rand-0.8.5
index 8b7bd3b..be9e720 100644
--- a/etc/deps-rust/TARGETS.rand-0.8.5
+++ b/etc/deps-rust/TARGETS.rand-0.8.5
@@ -9,32 +9,32 @@
, "name": ["rand"]
, "crate_root": ["src/lib.rs"]
, "srcs":
- [ "src/prelude.rs"
+ [ "src/rng.rs"
+ , "src/prelude.rs"
, "src/lib.rs"
- , "src/rng.rs"
- , "src/distributions/weighted.rs"
, "src/distributions/distribution.rs"
- , "src/distributions/mod.rs"
- , "src/distributions/slice.rs"
+ , "src/distributions/uniform.rs"
+ , "src/distributions/weighted.rs"
+ , "src/distributions/other.rs"
+ , "src/distributions/weighted_index.rs"
+ , "src/distributions/bernoulli.rs"
, "src/distributions/integer.rs"
, "src/distributions/float.rs"
, "src/distributions/utils.rs"
- , "src/distributions/bernoulli.rs"
- , "src/distributions/weighted_index.rs"
- , "src/distributions/uniform.rs"
- , "src/distributions/other.rs"
- , "src/seq/mod.rs"
+ , "src/distributions/slice.rs"
+ , "src/distributions/mod.rs"
, "src/seq/index.rs"
- , "src/rngs/mod.rs"
+ , "src/seq/mod.rs"
+ , "src/rngs/small.rs"
+ , "src/rngs/xoshiro128plusplus.rs"
, "src/rngs/thread.rs"
, "src/rngs/std.rs"
- , "src/rngs/xoshiro256plusplus.rs"
, "src/rngs/mock.rs"
- , "src/rngs/xoshiro128plusplus.rs"
- , "src/rngs/small.rs"
- , "src/rngs/adapter/mod.rs"
+ , "src/rngs/xoshiro256plusplus.rs"
+ , "src/rngs/mod.rs"
, "src/rngs/adapter/read.rs"
, "src/rngs/adapter/reseeding.rs"
+ , "src/rngs/adapter/mod.rs"
]
, "edition": ["2018"]
, "arguments_config":