Skip to content

Commit

Permalink
cargo: require 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 14, 2019
1 parent bfc2e97 commit 29c20e9
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 @@ -100,7 +100,7 @@ libc = "0.2"
num_cpus = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = "0.1"
time = "0.1.34"

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

0 comments on commit 29c20e9

Please sign in to comment.