mockall_double 0.3.1

Test double adapter for Mockall
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [ 0.3.1 ] - 2023-12-10

Updated the `syn` dependency.  No user-visible changes.
  ([#469](https://github.com/asomers/mockall/pull/469))

## [ 0.3.0 ] - 2023-05-15

### Added

- Added the ability to mock type aliases.
  ([#374]https://github.com/asomers/mockall/pull/374)