upgrade to cap-std 0.9

This commit is contained in:
Pat Hickey
2021-01-07 16:47:26 -08:00
parent a900d0431d
commit 4a6e92f52f
4 changed files with 82 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.23"
cap-std = "0.8"
cap-std = "0.9"
[features]
test_programs = []