Skip to content

Commit

Permalink
cargo: require time 0.1.34
Browse files Browse the repository at this point in the history
This is the lowest version that excludes gcc 0.1.0 which has compilation
errors on today's toolchains.
  • Loading branch information
mathstuf committed Oct 23, 2019
1 parent 7b1349c commit b2fa69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rand = "0.7.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.1.0"
time = "0.1"
time = "0.1.34"

[package.metadata.docs.rs]
all-features = true

0 comments on commit b2fa69d

Please sign in to comment.