From 6c12cbcf9d1396ec8028ea3f17430e3d20c3c89f Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 18 Sep 2020 10:47:48 +0200 Subject: openpgp: Remove `quickcheck` feature. - Adjust code to test for `cfg(test)` only, - Remove `quickcheck` and `rand` from dependencies so that they stay only in dev-dependencies, - Remove mention of `x-quickcheck` feature from the documentation, - Fixes #545. --- openpgp/README.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'openpgp/README.md') diff --git a/openpgp/README.md b/openpgp/README.md index 14a846eb..6fc50577 100644 --- a/openpgp/README.md +++ b/openpgp/README.md @@ -81,15 +81,6 @@ algorithms, `compression-deflate` to enable *DEFLATE* and *zlib* compression support, and `compression-bzip2` to enable *bzip2* support. -## Testing, debugging, and fuzzing - -Sequoia uses [`quickcheck`] in tests. To use it as a downstream user, -enable the `x-quickcheck` feature (this feature will be called just -`quickcheck` once [this feature] is implemented). - -[`quickcheck`]: https://docs.rs/quickcheck -[this feature]: https://github.com/rust-lang/cargo/issues/5565 - # Minimum Supported Rust Version (MSRV) `sequoia-openpgp` requires Rust 1.46.0. -- cgit v1.2.3