fix: remove system time deps from crates (#1621)

* fix: remove system time deps from crates

* fix: remove system time deps from crates

* fix: smater feature gate

* docs: add some todos

* Update time.rs

* Update Cargo.toml

* build: remove hard dep chrono
This commit is contained in:
Myriad-Dreamin 2025-04-08 01:46:05 +08:00 committed by GitHub
parent 35b718452e
commit 769fc93df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 190 additions and 90 deletions

View file

@ -33,7 +33,6 @@ walkdir.workspace = true
indexmap.workspace = true
ecow.workspace = true
siphasher.workspace = true
chrono.workspace = true
rpds.workspace = true
rayon.workspace = true