Codebase list rust-stfu8 / 3c49200
* Package num-format 0.4.0 from crates.io using debcargo 2.4.3 * Source upload * Unbreak the arrayvec dep Sylvestre Ledru 3 years ago
4 changed file(s) with 17 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 rust-num-format (0.4.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package num-format 0.4.0 from crates.io using debcargo 2.4.3
3 * Source upload
4 * Unbreak the arrayvec dep
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 22 Nov 2020 11:35:16 +0100
7
08 rust-num-format (0.4.0-1) unstable; urgency=medium
19
210 * Package num-format 0.4.0 from crates.io using debcargo 2.4.3
1010 default-features = false
1111
1212 [dependencies.itoa]
13 @@ -61,7 +61,7 @@ version = "1.0"
14 default = ["std"]
15 std = ["arrayvec/default", "itoa/default", "itoa/i128"]
16 with-num-bigint = ["num-bigint", "std"]
17 -with-serde = ["arrayvec/serde-1", "serde/derive"]
18 +with-serde = ["serde/derive"]
19 with-system-locale = ["cfg-if", "encoding_rs", "lazy_static", "libc", "num-format-windows", "std", "widestring", "winapi/winnls"]
20 [target."cfg(unix)".dependencies.cfg-if]
21 version = "0.1"
+0
-18
src/zoxide/debian/patches/bincode.diff less more
0 Index: zoxide/Cargo.toml
1 ===================================================================
2 --- zoxide.orig/Cargo.toml
3 +++ zoxide/Cargo.toml
4 @@ -27,7 +27,7 @@ codegen-units = 1
5 version = "1.0.28"
6
7 [dependencies.bincode]
8 -version = "1.2.1"
9 +version = "1.3.1"
10
11 [dependencies.clap]
12 version = "2.33.0"
13 @@ -51,3 +51,4 @@ version = "0.3.12"
14 [dependencies.uuid]
15 version = "0.8.1"
16 features = ["v4"]
17 +
+0
-1
src/zoxide/debian/patches/series less more
0 bincode.diff