Skip to content

Commit

Permalink
Remove time-macros because it's unused and it takes 40s to compile on…
Browse files Browse the repository at this point in the history
… Windows
  • Loading branch information
Pombal committed Aug 25, 2023
1 parent d518fd4 commit 750cfd2
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 @@ -176,7 +176,7 @@ wasm-bindgen-futures = "0.4"
#
# Networking
#
time = { version = "0.3", features = ["macros"] }
time = { version = "0.3" }
quinn = { version = "0.10" }
rustls-native-certs = "0.6.2"
webpki-roots = "0.23.0"
Expand Down

0 comments on commit 750cfd2

Please sign in to comment.