Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is necessary due to an outdated `time` crate causing a build failure on Rust 1.80.0 and later. To reproduce these changes, run the following commands: ``` <clone my fork> cd api mv Cargo.lock Cargo.lock.bak cargo update diff Cargo.lock Cargo.lock.bak -- There should be no changes, assuming that new updates to your -- dependencies exist. ``` Further reading: * time-rs/time#681 * rust-lang/rust#127343 Closes #340
- Loading branch information