File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " test-strategy"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [" frozenlib" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add this to your Cargo.toml:
32
32
33
33
``` toml
34
34
[dependencies ]
35
- test-strategy = " 0.4.0 "
35
+ test-strategy = " 0.4.1 "
36
36
proptest = " 1.6.0"
37
37
```
38
38
@@ -644,7 +644,7 @@ The value specifies the asynchronous runtime used for the test.
644
644
645
645
``` toml
646
646
[dev-dependencies ]
647
- test-strategy = " 0.4.0 "
647
+ test-strategy = " 0.4.1 "
648
648
proptest = " 1.6.0"
649
649
tokio = { version = " 1.38.0" , features = [" rt-multi-thread" ] }
650
650
```
Original file line number Diff line number Diff line change 27
27
//!
28
28
//! ```toml
29
29
//! [dependencies]
30
- //! test-strategy = "0.4.0 "
30
+ //! test-strategy = "0.4.1 "
31
31
//! proptest = "1.6.0"
32
32
//! ```
33
33
//!
639
639
//!
640
640
//! ```toml
641
641
//! [dev-dependencies]
642
- //! test-strategy = "0.4.0 "
642
+ //! test-strategy = "0.4.1 "
643
643
//! proptest = "1.6.0"
644
644
//! tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
645
645
//! ```
You can’t perform that action at this time.
0 commit comments