Package: rust-quickcheck / 1.0.3-6

Metadata

Package Version Patches format
rust-quickcheck 1.0.3-6 3.0 (quilt)

Patch series

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

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

 relax dependency on env_logger
 Debian has only a newer release of env_logger,
 which apparently works just fine.
 .
 This patch relaxes the dependency from 0.8.0
 to 0.10.
rand 0.9.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/arbitrary.rs | 188 121 + 67 - 0 !
src/lib.rs | 4 3 + 1 - 0 !
src/tester.rs | 25 14 + 11 - 0 !
src/tests.rs | 2 1 + 1 - 0 !
5 files changed, 141 insertions(+), 82 deletions(-)

---