Skip to content

Commit

Permalink
Merge pull request #23 from negezor/disable-chrono-default-features
Browse files Browse the repository at this point in the history
Leave only the necessary features in chrono
  • Loading branch information
bahlo authored Oct 8, 2024
2 parents a0a2ca2 + 823b835 commit 5cf956c
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 @@ -12,7 +12,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["now"] }
thiserror = "1.0"
pnet_datalink = { version = "0.35", default-features = false }

Expand Down

0 comments on commit 5cf956c

Please sign in to comment.