File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 - 2019-09-02
2+ - Fix for rustc 1.31.0-nightly (ad6e5c003 2018-09-28) and newer (thank you @asomers and @rye !)
13## 0.5.0 - 2018-07-17
24- Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer
35## 0.4.1 - 2018-07-15
Original file line number Diff line number Diff line change 11[package ]
22name = " mocktopus"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
" CodeSandwich <[email protected] >" ]
55description = " Mocking framework for Rust"
66readme = " crates_io_readme.md"
@@ -17,7 +17,7 @@ travis-ci = { repository = "CodeSandwich/Mocktopus" }
1717doctest = false
1818
1919[dependencies ]
20- mocktopus_macros = " =0.5 .0"
20+ mocktopus_macros = " =0.6 .0"
2121
2222[workspace ]
2323members = [" macros" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " mocktopus_macros"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
" CodeSandwich <[email protected] >" ]
55description = " Mocktopus procedural macros"
66readme = " crates_io_readme.md"
You can’t perform that action at this time.
0 commit comments