1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

make Settings::from_default_template infallible

This commit is contained in:
Rob Ede
2023-11-03 20:23:55 +00:00
parent 76d9313171
commit 73b2aac6d6
2 changed files with 34 additions and 36 deletions

View File

@ -4,6 +4,7 @@
- The `ApplySettings` trait now includes a type parameter, allowing multiple types to be implemented per configuration target.
- Implement `ApplySettings` for `ActixSettings`.
- `BasicSettings::from_default_template()` is now infallible.
- Rename `AtError => Error`.
- Remove `AtResult` type alias.
- Update `toml` dependency to `0.8`.