Codebase list rust-bzip2 / 0f31404
Fix build for x11rb Andrej Shadura 2 years ago
2 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-x11rb (0.8.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package x11rb 0.8.1 from crates.io using debcargo 2.4.3
3 (Closes: #981824).
4
5 -- Andrej Shadura <andrewsh@debian.org> Wed, 21 Jul 2021 14:28:46 +0200
6
07 rust-x11rb (0.8.1-1) unstable; urgency=medium
18
29 * Team upload.
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -55,11 +55,11 @@ version = "0.2"
3 optional = true
4
5 [dependencies.libloading]
6 -version = "0.7.0"
7 +version = "0"
8 optional = true
9
10 [dependencies.once_cell]
11 -version = "1.6.0"
12 +version = "1.3.0"
13 optional = true
14
15 [features]
216 @@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"]
317 composite = ["xfixes"]
418 cursor = ["render", "resource_manager"]