Skip to content

Commit

Permalink
using the latest version of futures
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 30, 2021
1 parent 898e809 commit e67eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermit-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ llvm-tools = { version = "0.1" }
log = { version = "0.4", default-features = false }
libm = { version = "0.2.1", default-features = false }
futures = { version = "0.3.5" }
futures-util = { version = "0.3.12" }
futures-util = { version = "0.3.13" }
lazy_static = "1.4"

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
Expand Down

0 comments on commit e67eff3

Please sign in to comment.