Codebase list rust-subtle / 4a7737d
RFS: packed_simd (update) kpcyrd 4 years ago
7 changed file(s) with 33 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
3232 These packages (RFS) are prepared in the master branch and can be uploaded
3333 because all required dependencies are available in main::
3434
35 None
35 packed_simd
3636
3737 Delayed/problematic::
3838
0 rust-packed-simd (0.3.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package packed_simd 0.3.3 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Tue, 25 Jun 2019 16:54:39 +0200
5
06 rust-packed-simd (0.3.1-1) unstable; urgency=medium
17
28 * Package packed_simd 0.3.1 from crates.io using debcargo 2.2.9
44
55 Files: *
66 Copyright:
7 2018 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
8 2014-2017 The Rust Project Developers
7 2018-2019 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
8 2014-2019 The Rust Project Developers
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 Ximin Luo <infinity0@debian.org>
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2019 Ximin Luo <infinity0@debian.org>
15 2018-2019 kpcyrd <git@rxv.cc>
1516 License: MIT or Apache-2.0
1617
1718 License: Apache-2.0
4848
4949 Files: debian/*
5050 Copyright:
51 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
52 2018 Ximin Luo <infinity0@debian.org>
51 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
52 2018-2019 Ximin Luo <infinity0@debian.org>
53 2018-2019 kpcyrd <git@rxv.cc>
5354 License: MIT or Apache-2.0
5455
5556 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
1 uploaders = [
2 "Ximin Luo <infinity0@debian.org>",
3 "kpcyrd <git@rxv.cc>"
4 ]
5 excludes = ["ci/**"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -26,9 +26,6 @@
3 [dependencies.cfg-if]
4 version = "^0.1"
5
6 -[dependencies.core_arch]
7 -version = "^0.1.3"
8 -optional = true
9 [dev-dependencies.arrayvec]
10 version = "^0.4"
11 default-features = false