Skip to content

Commit b329f56

Browse files
committed
Version 0.4.1.
1 parent e42b8bb commit b329f56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-strategy"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["frozenlib"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this to your Cargo.toml:
3232

3333
```toml
3434
[dependencies]
35-
test-strategy = "0.4.0"
35+
test-strategy = "0.4.1"
3636
proptest = "1.6.0"
3737
```
3838

@@ -644,7 +644,7 @@ The value specifies the asynchronous runtime used for the test.
644644

645645
```toml
646646
[dev-dependencies]
647-
test-strategy = "0.4.0"
647+
test-strategy = "0.4.1"
648648
proptest = "1.6.0"
649649
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
650650
```

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//!
2828
//! ```toml
2929
//! [dependencies]
30-
//! test-strategy = "0.4.0"
30+
//! test-strategy = "0.4.1"
3131
//! proptest = "1.6.0"
3232
//! ```
3333
//!
@@ -639,7 +639,7 @@
639639
//!
640640
//! ```toml
641641
//! [dev-dependencies]
642-
//! test-strategy = "0.4.0"
642+
//! test-strategy = "0.4.1"
643643
//! proptest = "1.6.0"
644644
//! tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
645645
//! ```

0 commit comments

Comments
 (0)