Skip to content

Commit

Permalink
fix: removed oldtime feature from chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Sep 4, 2023
1 parent d54fad4 commit 3fd9234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples"]
pest = "2.0"
pest_derive = "2.0"
thiserror = "1.0.20"
chrono = "0.4.12"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }

# https://github.com/rust-lang/rust/issues/88791
[package.metadata.docs.rs]
Expand Down

0 comments on commit 3fd9234

Please sign in to comment.