1
0
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:
Rob Ede
2023-09-16 01:19:16 +01:00
parent 257871ca7a
commit 0d27e3a65a
3 changed files with 33 additions and 48 deletions

View File

@ -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