anki/cargo
RumovZ 0e7f02bfb7
Update Chrono Crate (#2242)
* Remove deprecated `and_hms()`

* Update chrono

* Update licenses and fix script

* Remove deprecated Date struct

* Remove chrono pin

* Skip format check on .vscode

Was failing for no reason.

* Replace deprecated chrono functions

* Add cargo-deny to update-licenses & pin versions (dae)

* Remove time 0.1 dependency  (dae)

We don't need to wait for chrono 0.5; it was provided behind a legacy
feature flag.
2022-12-07 17:00:14 +10:00
..
licenses.json Update Chrono Crate (#2242) 2022-12-07 17:00:14 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
update-licenses.sh Update Chrono Crate (#2242) 2022-12-07 17:00:14 +10:00

This folder used to contain Bazel-specific Rust integration, but now only contains our license-checking script, which should be run when using cargo update.