Skip to content

Commit 2ca5d4b

Browse files
committed
v0.1.11
1 parent ce4de54 commit 2ca5d4b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edition = "2021"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT
3+
## v0.1.11
44
* Add support for mocking methods with generic parameters
55
* [test](/tests/generic_method_return.rs)
66
* Bump MSRV as v1.63

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.10"
3+
version = "0.1.11"
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.10" }
15+
faux_macros = { path = "faux_macros", version = "0.1.11" }
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.10"
3+
version = "0.1.11"
44
authors = ["Andres <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)