Skip to content

Commit

Permalink
Merge pull request #28 from ipostelnik/reduce-chrono-features
Browse files Browse the repository at this point in the history
Turn off default features of chrono
  • Loading branch information
alexrudy authored Sep 6, 2024
2 parents ffaaf1d + 52ed7f2 commit 8645078
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 @@ -22,7 +22,7 @@ default-target = "x86_64-unknown-linux-gnu"
[dependencies]
base64ct = { version = "1.6", features = ["std"] }
bytes = { version = "1.6" }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"], default-features = false }
der = { version = "0.7.9", optional = true }
digest = { version = "0.10" }
ecdsa = { version = "0.16", features = ["signing", "der"], optional = true }
Expand Down

0 comments on commit 8645078

Please sign in to comment.