Skip to content

Releases: SignalWhisperer/async-mock-rs

v0.1.3

21 Oct 22:03
031d34d
Compare
Choose a tag to compare

Added support for traits that have &impl in function arguments. Added more tests.

v0.1.2

21 Oct 04:47
7e6505e
Compare
Choose a tag to compare

Updated the tests and moved out of the mocks module, since it was causing an issue when used on multiple traits within the same file.

v0.1.1

21 Oct 03:28
258c056
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed a few issues with panics on Drop and poisoned mutex states.
Added a few tests to cover the main use cases.

v0.1.0

21 Oct 03:27
0217486
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release which hardly supports anything and contains known issues.