Skip to content

Commit

Permalink
Version bump! 0.3.1 for macros & facade
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrlicky committed Mar 29, 2018
1 parent b0402f6 commit dbc5e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions simulacrum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simulacrum"
version = "0.3.0"
version = "0.3.1"
authors = ["Jason Grlicky <[email protected]>"]
description = "Minimal library for creating mock objects by hand using stable Rust."
keywords = ["mock", "mocking", "test", "testing", "TDD"]
Expand All @@ -14,6 +14,6 @@ license = "MIT"
maintenance = { status = "actively-developed" }

[dependencies]
simulacrum_macros = "0.3.0"
simulacrum_macros = "0.3.1"
simulacrum_mock = "0.1.0"
simulacrum_user = "0.1.0"
2 changes: 1 addition & 1 deletion simulacrum_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simulacrum_macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Jason Grlicky <[email protected]>"]
description = "Macros to simplify creating mock objects with Simulacrum."
keywords = ["mock", "mocking", "test", "testing", "TDD"]
Expand Down

0 comments on commit dbc5e7f

Please sign in to comment.