Skip to content

Commit defb429

Browse files
author
Pavel Ivanov
committed
fix: removed oldtime feature from chrono
1 parent d54fad4 commit defb429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples"]
1616
pest = "2.0"
1717
pest_derive = "2.0"
1818
thiserror = "1.0.20"
19-
chrono = "0.4.12"
19+
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }
2020

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

0 commit comments

Comments
 (0)