Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3b6031b

Browse files
committed
fix compile err
1 parent 69fb9b8 commit 3b6031b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde_json = "1.0"
1111
serde_derive = "1.0"
1212
rand = "0.6.5"
1313
regex = "1.3.4"
14-
futures = { version = "0.3.3", features = ["thread-pool"] }
14+
futures = { version = "0.3.7", features = ["thread-pool"] }
1515
surf = "1.0.3"
1616

1717
[lib]

0 commit comments

Comments
 (0)