Codebase list rust-stfu8 / 37b51aa
im-rc - relax dependencies on rand packages. Peter Michael Green 2 years ago
5 changed file(s) with 37 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-im-rc (15.0.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package im-rc 15.0.0 from crates.io using debcargo 2.5.0
4 * Relax dependencies on rand/rand-core/rand-xoshiro
5
6 -- Peter Michael Green <plugwash@debian.org> Sun, 23 Jan 2022 17:55:05 +0000
7
08 rust-im-rc (15.0.0-1) unstable; urgency=medium
19
210 * Team upload.
2020
2121 Files: debian/*
2222 Copyright:
23 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2021 Ximin Luo <infinity0@debian.org>
23 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2022 Ximin Luo <infinity0@debian.org>
2525 License: MPL-2.0+
2626
2727 License: MPL-2.0+
0 Index: im-rc/Cargo.toml
1 ===================================================================
2 --- im-rc.orig/Cargo.toml
3 +++ im-rc/Cargo.toml
4 @@ -45,10 +45,10 @@ version = "0.9"
5 optional = true
6
7 [dependencies.rand_core]
8 -version = "0.5.1"
9 +version = ">= 0.5.1, < 0.7"
10
11 [dependencies.rand_xoshiro]
12 -version = "0.4"
13 +version = ">= 0.4, < 0.7"
14
15 [dependencies.rayon]
16 version = "1"
17 @@ -80,7 +80,7 @@ version = "0.9"
18 version = "0.1"
19
20 [dev-dependencies.rand]
21 -version = "0.7"
22 +version = ">= 0.7, < 0.9"
23 features = ["small_rng"]
24
25 [dev-dependencies.rayon]
00 disable-features.patch
1 relax-dep.patch