File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ proc-macro2 = "1.0.86"
24
24
structmeta = " 0.3.0"
25
25
26
26
[dev-dependencies ]
27
- proptest = " 1.5 .0"
27
+ proptest = " 1.6 .0"
28
28
trybuild = " 1.0.96"
29
29
tokio = { version = " 1.38.0" , features = [" rt-multi-thread" ] }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add this to your Cargo.toml:
33
33
``` toml
34
34
[dependencies ]
35
35
test-strategy = " 0.4.0"
36
- proptest = " 1.5 .0"
36
+ proptest = " 1.6 .0"
37
37
```
38
38
39
39
## Example
@@ -645,7 +645,7 @@ The value specifies the asynchronous runtime used for the test.
645
645
``` toml
646
646
[dev-dependencies ]
647
647
test-strategy = " 0.4.0"
648
- proptest = " 1.5 .0"
648
+ proptest = " 1.6 .0"
649
649
tokio = { version = " 1.38.0" , features = [" rt-multi-thread" ] }
650
650
```
651
651
Original file line number Diff line number Diff line change 28
28
//! ```toml
29
29
//! [dependencies]
30
30
//! test-strategy = "0.4.0"
31
- //! proptest = "1.5 .0"
31
+ //! proptest = "1.6 .0"
32
32
//! ```
33
33
//!
34
34
//! ## Example
603
603
//! use proptest::prelude::ProptestConfig;
604
604
//! use test_strategy::proptest;
605
605
//!
606
- //!
607
606
//! #[proptest(ProptestConfig { cases : 1000, ..ProptestConfig::default() })]
608
607
//! fn my_test_with_config(_input: i32) {
609
608
//! // ...
641
640
//! ```toml
642
641
//! [dev-dependencies]
643
642
//! test-strategy = "0.4.0"
644
- //! proptest = "1.5 .0"
643
+ //! proptest = "1.6 .0"
645
644
//! tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
646
645
//! ```
647
646
//!
You can’t perform that action at this time.
0 commit comments