Update cap-std dependency to 0.13.9
This fixes a build failure on s390x.
This commit is contained in:
committed by
Dan Gohman
parent
36c667d58d
commit
1243cea455
@@ -14,10 +14,10 @@ include = ["src/**/*", "LICENSE" ]
|
||||
[dependencies]
|
||||
wasi-common = { path = "../", version = "0.26.0" }
|
||||
anyhow = "1.0"
|
||||
cap-std = "0.13.7"
|
||||
cap-fs-ext = "0.13.7"
|
||||
cap-time-ext = "0.13.7"
|
||||
cap-rand = "0.13.2"
|
||||
cap-std = "0.13.9"
|
||||
cap-fs-ext = "0.13.9"
|
||||
cap-time-ext = "0.13.9"
|
||||
cap-rand = "0.13.9"
|
||||
fs-set-times = "0.3.1"
|
||||
unsafe-io = "0.6.2"
|
||||
system-interface = { version = "0.6.3", features = ["cap_std_impls"] }
|
||||
|
||||
Reference in New Issue
Block a user