Package: rust-datasize / 0.2.15-2

Metadata

Package Version Patches format
rust-datasize 0.2.15-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove tokio.diff | (download)

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

 remove tokio-types feature & tokio dependency
 because Debian ships tokio 1.24.2
 Moreover, 1.24.2 doesn't have rt-core feature
fix_tests_32bit.patch | (download)

src/std.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable tests that are failing on 32bit archs
 The testsuite is failing on some architectures armhf, armel, i386 while it
 runs fine on amd64 arm64 ppc64el 390x.
Bug: https://github.com/CasperLabs/datasize-rs/issues/19
support fake instant 0.5.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/fake_clock.rs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---