Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nrxus committed Dec 16, 2024
1 parent 64445c9 commit f43adf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v0.1.12
* Fix warnings about elided lifetimes already named in generated code

## v0.1.11
* Add support for mocking methods with generic parameters
* [test](/tests/generic_method_return.rs)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faux"
version = "0.1.11"
version = "0.1.12"
authors = ["Andres <[email protected]>"]
license = "MIT"
description = "A library to mock structs"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
rust-version = "1.63"

[dependencies]
faux_macros = { path = "faux_macros", version = "0.1.11" }
faux_macros = { path = "faux_macros", version = "0.1.12" }
paste = "1.0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion faux_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faux_macros"
version = "0.1.11"
version = "0.1.12"
authors = ["Andres <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f43adf2

Please sign in to comment.