Skip to content

Commit

Permalink
Bump version of mocktopus and mocktopus_macros to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed May 23, 2018
1 parent 241281a commit 5d1225a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mocktopus"
version = "0.3.8"
version = "0.4.0"
authors = ["CodeSandwich <igor.zuk@protonmail.com>"]
description = "Mocking framework for Rust"
readme = "crates_io_readme.md"
Expand All @@ -17,7 +17,7 @@ travis-ci = { repository = "CodeSandwich/Mocktopus" }
doctest = false

[dependencies]
mocktopus_macros = {path = "macros"}# "=0.3.8"
mocktopus_macros = "=0.4.0"

[workspace]
members = ["macros"]
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mocktopus_macros"
version = "0.3.8"
version = "0.4.0"
authors = ["CodeSandwich <igor.zuk@protonmail.com>"]
description = "Mocktopus procedural macros"
readme = "crates_io_readme.md"
Expand Down

0 comments on commit 5d1225a

Please sign in to comment.