router-v0.5.1

actix/actix-webrouter-v0.5.1Sep 19, 2022by robjtede

AI Summary

This is a maintenance release that fixes a typo in the deserializer implementation and updates the Minimum Supported Rust Version (MSRV) to 1.59.

Key Highlights

  • Fixed typo in error string in `Deserializer::deserialize_i32`
  • Minimum supported Rust version (MSRV) is now 1.59

Full Release Notes

- Fix typo in error string in `Deserializer::deserialize_i32` implementation for `Value`. [#2876]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.

[#2876]: https://github.com/actix/actix-web/pull/2876