Skip to content

actix-settings: v0.7.0

Compare
Choose a tag to compare
@robjtede robjtede released this 03 Nov 20:24
· 128 commits to master since this release
11046d7
  • 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.
  • 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.