Skip to content

Commit e7b1527

Browse files
authored
Merge pull request #2837 from ehuss/remove-chrono
Remove chrono
2 parents 166a972 + d15a401 commit e7b1527

File tree

2 files changed

+0
-211
lines changed

2 files changed

+0
-211
lines changed

Cargo.lock

Lines changed: 0 additions & 209 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ rust-version = "1.85.0" # Keep in sync with installation.md and .github/workflow
2828
ammonia = "4.1.1"
2929
anyhow = "1.0.98"
3030
axum = "0.8.4"
31-
chrono = { version = "0.4.41", default-features = false, features = ["clock"] }
3231
clap = { version = "4.5.41", features = ["cargo", "wrap_help"] }
3332
clap_complete = "4.5.55"
3433
elasticlunr-rs = "3.0.2"
@@ -90,7 +89,6 @@ rust-version.workspace = true
9089

9190
[dependencies]
9291
anyhow.workspace = true
93-
chrono.workspace = true
9492
clap.workspace = true
9593
clap_complete.workspace = true
9694
mdbook-core.workspace = true

0 commit comments

Comments
 (0)