Package: rust-rust-decimal / 1.39.0-1

Metadata

Package Version Patches format
rust-rust-decimal 1.39.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no benches.patch | (download)

Cargo.toml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
fix deps.diff | (download)

Cargo.toml | 72 36 + 36 - 0 !
1 file changed, 36 insertions(+), 36 deletions(-)

---
disable tests missing testdata.diff | (download)

tests/decimal_tests.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable tests missing depends.diff | (download)

src/decimal.rs | 44 22 + 22 - 0 !
1 file changed, 22 insertions(+), 22 deletions(-)

---
disable broken serde features.diff | (download)

Cargo.toml | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

---
disable ndarray.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
remove rust decimal macros.diff | (download)

Cargo.toml | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

---
disable rkyv.patch | (download)

Cargo.toml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 temporarily disable rkyv
 Nothing in Debian currently depends on rust_decimal+rkyv, so temporarily
 disable to allow upgrading rkyv to 0.8.
 .
 Upstream held off such an upgrade, while providing an example to use the
 "remote derive" from rkyv: https://github.com/paupino/rust-decimal#rkyv.
 If needed while upstream still has yet to upgrade, try that for dependents of
 rust_decimal.
disable rand 0.9.patch | (download)

Cargo.toml | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

---