Codebase list rust-libslirp / 122284a
Update tempdir, allow building against rand 0.5 Ximin Luo 5 years ago
4 changed file(s) with 17 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-tempdir (0.3.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package tempdir 0.3.7 from crates.io using debcargo 2.2.5
3
4 [ Nicolas Braud-Santoni ]
25 * Package tempdir 0.3.7 from crates.io using debcargo 2.2.4
36
4 -- Nicolas Braud-Santoni <nicolas@braud-santoni.eu> Sun, 29 Jul 2018 22:46:17 +0800
7 -- Ximin Luo <infinity0@debian.org> Tue, 31 Jul 2018 00:55:50 -0700
1010 Copyright:
1111 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
13 2018 Ximin Luo <infinity0@debian.org>
1314 License: Apache-2.0 or Expat
1415
1516 License: Apache-2.0
0 --- Cargo.toml.orig 2018-07-31 00:54:48.147491319 -0700
1 +++ Cargo.toml 2018-07-31 00:54:25.955283957 -0700
2 @@ -23,7 +23,7 @@
3 license = "MIT/Apache-2.0"
4 repository = "https://github.com/rust-lang/tempdir"
5 [dependencies.rand]
6 -version = "0.4"
7 +version = "< 0.6, >= 0.4"
8
9 [dependencies.remove_dir_all]
10 version = "0.5"
0 relax-dep-version.patch