diff options
Diffstat (limited to 'etc/deps-rust/TARGETS.getrandom-0.2.15')
-rw-r--r-- | etc/deps-rust/TARGETS.getrandom-0.2.15 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/deps-rust/TARGETS.getrandom-0.2.15 b/etc/deps-rust/TARGETS.getrandom-0.2.15 index 6102aa8..c36da18 100644 --- a/etc/deps-rust/TARGETS.getrandom-0.2.15 +++ b/etc/deps-rust/TARGETS.getrandom-0.2.15 @@ -9,30 +9,30 @@ , "name": ["getrandom"] , "crate_root": ["src/lib.rs"] , "srcs": - [ "src/solaris.rs" + [ "src/linux_android_with_fallback.rs" + , "src/fuchsia.rs" + , "src/windows.rs" + , "src/custom.rs" , "src/vxworks.rs" + , "src/util.rs" , "src/espidf.rs" - , "src/windows.rs" , "src/solid.rs" + , "src/use_file.rs" + , "src/error_impls.rs" + , "src/apple-other.rs" + , "src/js.rs" + , "src/getentropy.rs" + , "src/solaris.rs" , "src/hermit.rs" - , "src/lazy.rs" - , "src/netbsd.rs" , "src/linux_android.rs" , "src/error.rs" - , "src/util.rs" - , "src/util_libc.rs" - , "src/getrandom.rs" - , "src/linux_android_with_fallback.rs" - , "src/fuchsia.rs" - , "src/getentropy.rs" - , "src/lib.rs" - , "src/custom.rs" + , "src/lazy.rs" , "src/wasi.rs" - , "src/use_file.rs" - , "src/error_impls.rs" + , "src/netbsd.rs" , "src/rdrand.rs" - , "src/apple-other.rs" - , "src/js.rs" + , "src/getrandom.rs" + , "src/lib.rs" + , "src/util_libc.rs" ] , "edition": ["2018"] , "arguments_config": |