Skip to content

Commit b2fa69d

Browse files
committed
cargo: require time 0.1.34
This is the lowest version that excludes gcc 0.1.0 which has compilation errors on today's toolchains.
1 parent 7b1349c commit b2fa69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ rand = "0.7.2"
9393
serde = { version = "1.0", features = ["derive"] }
9494
serde_json = "1.0"
9595
tempfile = "3.1.0"
96-
time = "0.1"
96+
time = "0.1.34"
9797

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

0 commit comments

Comments
 (0)