Skip to content

Commit

Permalink
(cargo-release) version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Mar 26, 2023
1 parent 2f748e8 commit 790426d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mockall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fragile = "2.0"
lazy_static = "1.1"
predicates = "2.0.1"
predicates-tree = "1.0"
mockall_derive = { version = "=0.11.3", path = "../mockall_derive" }
mockall_derive = { version = "=0.11.4", path = "../mockall_derive" }

[dev-dependencies]
async-trait = "0.1.38"
Expand Down
2 changes: 1 addition & 1 deletion mockall_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mockall_derive"
version = "0.11.3"
version = "0.11.4"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
Expand Down

0 comments on commit 790426d

Please sign in to comment.