Codebase list rust-stfu8 / 5e6f164
rand-xoshiro: Disable serde feature for now Andrej Shadura 4 years ago
3 changed file(s) with 18 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package rand_xoshiro 0.3.1 from crates.io using debcargo 2.2.10
4 * Disable serde feature for now.
45
5 -- Andrej Shadura <andrewsh@debian.org> Mon, 2 Sep 2019 14:59:13 +0200
6 -- Andrej Shadura <andrewsh@debian.org> Mon, 2 Sep 2019 15:47:14 +0200
67
78 rust-rand-xoshiro (0.1.0-2) unstable; urgency=medium
89
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -26,12 +26,5 @@
3 [dependencies.rand_core]
4 version = "0.5"
5
6 -[dependencies.serde]
7 -version = "1"
8 -features = ["derive"]
9 -optional = true
10 [dev-dependencies.bincode]
11 version = "1"
12 -
13 -[features]
14 -serde1 = ["serde"]