Skip to content

Commit f43adf2

Browse files
committed
v0.1.12
1 parent 64445c9 commit f43adf2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## v0.1.12
4+
* Fix warnings about elided lifetimes already named in generated code
5+
36
## v0.1.11
47
* Add support for mocking methods with generic parameters
58
* [test](/tests/generic_method_return.rs)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "faux"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Andres <[email protected]>"]
55
license = "MIT"
66
description = "A library to mock structs"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
rust-version = "1.63"
1313

1414
[dependencies]
15-
faux_macros = { path = "faux_macros", version = "0.1.11" }
15+
faux_macros = { path = "faux_macros", version = "0.1.12" }
1616
paste = "1.0.4"
1717

1818
[dev-dependencies]

faux_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "faux_macros"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Andres <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)