Skip to content

Commit

Permalink
build: bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyguillaume committed Dec 6, 2023
1 parent 059275d commit b696a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ edition = "2021"
keywords = ["mock", "mockable", "mocking", "test"]
license-file = "LICENSE"
name = "mockable"
version = "2.3.2"
version = "2.4.0"

[package.metadata.docs.rs]
all-features = true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
mockable = { version = "2.3", features = [ ... ] }
mockable = { version = "2", features = [ ... ] }

[dev-dependencies]
mockable = { version = "2.3", features = ["mock"] }
mockable = { version = "2", features = ["mock"] }
```

## Documentation
Expand Down

0 comments on commit b696a3c

Please sign in to comment.