You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Rust Edition to 2021 and remove deprecated <dyn Query>::raw_read_query (#169)
* Update Rust Edition to 2021
Our MSRV is 1.67.1, edition 2021 was introduced in 1.56.
We are already using resolver 2, which became default in 2021.
Safe to say we can just migrate to 2021 completely at this point.
* make "chrono" a required feature for derive_integration_tests
* remove deprecated `Query::raw_read_query`
* fix imports
0 commit comments