Codebase list rust-directories / 1a57ab6
exec - bump errno dependency. Peter Michael Green 10 months ago
5 changed file(s) with 26 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-exec (0.3.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package exec 0.3.1 from crates.io using debcargo 2.6.0
4 * Bump errno dependency to 0.3.
5
6 -- Peter Michael Green <plugwash@debian.org> Thu, 15 Jun 2023 22:56:44 +0000
7
08 rust-exec (0.3.1-2) unstable; urgency=medium
19
210 * Team upload.
1010
1111 Files: debian/*
1212 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2019 Igor Petruk <ipetruk@google.com>
1515 License: MIT or Apache-2.0
1616
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT.txt
14 Files: LICENSE-MIT.txt
1515 Copyright: 2016 Faraday, Inc.
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
2020
2121 Files: debian/*
2222 Copyright:
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Igor Petruk <ipetruk@google.com>
23 2019-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2023 Igor Petruk <ipetruk@google.com>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 Index: exec/Cargo.toml
1 ===================================================================
2 --- exec.orig/Cargo.toml
3 +++ exec/Cargo.toml
4 @@ -20,7 +20,7 @@ readme = "README.md"
5 license = "MIT/Apache-2.0"
6 repository = "https://github.com/faradayio/exec-rs"
7 [dependencies.errno]
8 -version = "0.2"
9 +version = "0.3"
10
11 [dependencies.libc]
12 version = "0.2.8"