Age | Commit message (Collapse) | Author |
|
Dependents won't be prevented from using a newer version of predicates-tree now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The MSRV of predicates-tree (a dependency of mockall) was changed to 1.64.0 and released as a patch release, making this project not buildable using Rust 1.63.0. This commit fixes that by making sure only the latest version of predicates-tree with a 1.63.0 MSRV is used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: Binding builders & configurators now take dependency history type arguments, the DetectedCircular variant of InjectableError now contains a dependency history field & the injectable traits take dependency history instead of a Vec
|
|
|
|
|
|
BREAKING CHANGE: You now have to import the DI containers's interfaces to use the DI containers's methods
|
|
|
|
|
|
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: The to_default_factory method of the blocking and async DI containers now expect a function returning another function
|