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.13.0" }
23+ cap-async-std = { path = " cap-async-std" , version = " ^0.13.1-alpha. 0" }
2424cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.13.0" }
2525cap-directories = { path = " cap-directories" , version = " ^0.13.0" }
2626cap-std = { path = " cap-std" , version = " ^0.13.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " cap-async-std"
3- version = " 0.13.0"
3+ version = " 0.13.1-alpha. 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 @@ -19,7 +19,7 @@ rustc_version = "0.3.0"
1919[dependencies ]
2020arf-strings = { version = " 0.3.0" , optional = true }
2121async-std = { version = " 1.8.0" , optional = true }
22- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.13.0" }
22+ cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.13.1-alpha. 0" }
2323cap-std = { path = " ../cap-std" , optional = true , version = " ^0.13.0" }
2424cap-primitives = { path = " ../cap-primitives" , version = " ^0.13.1-alpha.0" }
2525unsafe-io = " 0.3.0"
You can’t perform that action at this time.
0 commit comments