Skip to content

Commit

Permalink
chore: Upgrade polonius-the-crab + CHANGELOG typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed Feb 28, 2024
1 parent eb3e2a3 commit d09fee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The downside to this new mechanism is that its return type can't be generic (i.e. `Ret: IntoResponse`).
Flexible return types are still supported though, but now a response has to be created explicitly calling `unimock::respond(return_value)`.
### Added
- Mocks for `tokio-3` and `futures-0-3` async read/write traits
- Mocks for `tokio-1` and `futures-0-3` async read/write traits
### Fixed
- Fix `matching!` against references to number literals ([#42](https://github.com/audunhalland/unimock/pull/42))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ critical-section = ["once_cell/critical-section"]
[dependencies]
unimock_macros = { path = "unimock_macros", version = "0.6.0-rc1" }
once_cell = { version = "1.17", default-features = false }
polonius-the-crab = "0.3"
polonius-the-crab = "0.4"
pretty_assertions = { version = "1.3", optional = true }
spin = { version = "0.9.8", optional = true }
futures-0-3 = { package = "futures", version = "0.3", optional = true }
Expand Down

0 comments on commit d09fee2

Please sign in to comment.