File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ rustc_version = "0.3.0"
2020[dev-dependencies ]
2121async-std = { version = " 1.8.0" , features = [" attributes" ] }
2222anyhow = " 1.0.37"
23- cap-async-std = { path = " cap-async-std" , version = " ^0.10.1-alpha .0" }
23+ cap-async-std = { path = " cap-async-std" , version = " ^0.11 .0" }
2424cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.10.1-alpha.0" }
2525cap-directories = { path = " cap-directories" , version = " ^0.10.1-alpha.0" }
2626cap-std = { path = " cap-std" , version = " ^0.10.1-alpha.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " cap-async-std"
3- version = " 0.10.1-alpha .0"
3+ version = " 0.11 .0"
44description = " Capability-oriented version of async-std"
55authors = [
66 " Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ readme = "README.md"
1616[dependencies ]
1717arf-strings = { version = " 0.3.0" , optional = true }
1818async-std = { version = " 1.8.0" , optional = true }
19- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.10.1-alpha .0" }
19+ cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.11 .0" }
2020cap-std = { path = " ../cap-std" , optional = true , version = " ^0.10.1-alpha.0" }
2121cap-primitives = { path = " ../cap-primitives" , version = " ^0.11.0" }
2222unsafe-io = " 0.2.0"
You can’t perform that action at this time.
0 commit comments