mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
feat(settings): impl Error for Error
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
- Rename `AtError => Error`.
|
||||
- Remove `AtResult` type alias.
|
||||
- Update `toml` dependency to `0.8`.
|
||||
- Remove `ioe` dependency; `std::io::Error` is now used directly.
|
||||
- Remove `Clone` implementation for `Error`.
|
||||
- Implement `Display` for `Error`.
|
||||
- Implement std's `Error` for `Error`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.68.
|
||||
|
||||
## 0.6.0
|
||||
|
Reference in New Issue
Block a user