Skip to content

Commit 8645078

Browse files
authored
Merge pull request #28 from ipostelnik/reduce-chrono-features
Turn off default features of chrono
2 parents ffaaf1d + 52ed7f2 commit 8645078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default-target = "x86_64-unknown-linux-gnu"
2222
[dependencies]
2323
base64ct = { version = "1.6", features = ["std"] }
2424
bytes = { version = "1.6" }
25-
chrono = { version = "0.4", features = ["serde"] }
25+
chrono = { version = "0.4", features = ["serde"], default-features = false }
2626
der = { version = "0.7.9", optional = true }
2727
digest = { version = "0.10" }
2828
ecdsa = { version = "0.16", features = ["signing", "der"], optional = true }

0 commit comments

Comments
 (0)