Package: rust-chrono / 0.4.42-1

Metadata

Package Version Patches format
rust-chrono 0.4.42-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable tests missing testdata.patch | (download)

src/offset/local/tz_data.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
remove wasm bindgen test.patch | (download)

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

 drop wasm-bindgen-test

The "version" crate isn't available in Debian, and we're not targeting
wasm closely, so it's simplest to drop this for now.

remove time.patch | (download)

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

 remove dependency on time crate.
 The dependency on time 0.1 is only needed for compatibility, since time 0.1
 is not currently in Debian sid, that shouldn't be a problem for us anymore.
 See: https://github.com/chronotope/chrono/commit/5115c6f5f93d112d48b618edfa1b47d004c39d10
drop windows dep.patch | (download)

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

 drop windows-specific features

These are not going to be built on Debian

disable rkyv.patch | (download)

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

 temporarily disable rkyv
 Nothing in Debian currently depends on chrno+rkyv, so temporarily disable to
 allow upgrading rkyv to 0.8.
 .
 There is an attempt upstream: https://github.com/chronotope/chrono/pull/1619