Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Dec 21, 2023
1 parent 9406902 commit 20e1c6d
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 = { version = "3.0.0", default-features = false }
predicates-tree = "1.0"
mockall_derive = { version = "=0.12.0", path = "../mockall_derive" }
mockall_derive = { version = "=0.12.1", 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.12.0"
version = "0.12.1"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asomers/mockall"
Expand Down

0 comments on commit 20e1c6d

Please sign in to comment.