Skip to content

Commit

Permalink
chore: Bump unimock to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
audunhalland committed Apr 30, 2023
1 parent fd69196 commit dffa2c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Unimock bumped to 0.5.

## [0.5.3] - 2023-03-24
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nightly-tests = []
entrait_macros = { path = "entrait_macros", version = "0.5.3" }
implementation = "0.1"
async-trait = { version = "0.1", optional = true }
unimock = { version = "0.4", optional = true }
unimock = { version = "0.5", optional = true }

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tower = "0.4"
tower-http = { version = "0.3", features = ["trace"] }
hyper = { version = "0.14", features = ["full"] }
serde_json = "1"
unimock = "0.4"
unimock = "0.5"
2 changes: 1 addition & 1 deletion examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tower = "0.4"
tower-http = { version = "0.3", features = ["trace"] }
hyper = { version = "0.14", features = ["full"] }
serde_json = "1"
unimock = "0.4"
unimock = "0.5"

0 comments on commit dffa2c3

Please sign in to comment.