Codebase list rust-subtle / 1ed8273
getrandom - disable features to avoid introducing new binary packages. Peter Michael Green 2 years ago
3 changed file(s) with 29 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-getrandom (0.2.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package getrandom 0.2.4 from crates.io using debcargo 2.5.0
3 * Drop js/wasm related features to avoid introducing new binary packages.
34
45 [ Ximin Luo ]
56 * Team upload.
67 * Package getrandom 0.1.16 from crates.io using debcargo 2.4.4
78
8 -- Peter Michael Green <plugwash@debian.org> Sat, 22 Jan 2022 09:55:21 +0000
9 -- Peter Michael Green <plugwash@debian.org> Sat, 22 Jan 2022 10:05:56 +0000
910
1011 rust-getrandom (0.1.13-4) unstable; urgency=medium
1112
0 Index: getrandom/Cargo.toml
1 ===================================================================
2 --- getrandom.orig/Cargo.toml
3 +++ getrandom/Cargo.toml
4 @@ -37,21 +37,10 @@ package = "rustc-std-workspace-core"
5
6 [features]
7 custom = []
8 -js = ["wasm-bindgen", "js-sys"]
9 rdrand = []
10 rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std"]
11 std = []
12 test-in-browser = []
13 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
14 -version = "0.3"
15 -optional = true
16 -
17 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
18 -version = "0.2.62"
19 -optional = true
20 -default-features = false
21 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
22 -version = "0.3.18"
23 [target."cfg(unix)".dependencies.libc]
24 version = "0.2.64"
25 default-features = false
00 drop-wasi.patch
1 drop-js-wasm.patch