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 @@ -16,7 +16,7 @@ publish = false
1616[dev-dependencies ]
1717async-std = { version = " 1.10.0" , features = [" attributes" ] }
1818anyhow = " 1.0.37"
19- cap-async-std = { path = " cap-async-std" , version = " ^0.22.1 -alpha.0" }
19+ cap-async-std = { path = " cap-async-std" , version = " ^0.22.2 -alpha.0" }
2020cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.22.1-alpha.0" }
2121cap-directories = { path = " cap-directories" , version = " ^0.22.1-alpha.0" }
2222cap-std = { path = " cap-std" , version = " ^0.22.1-alpha.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " cap-async-std"
3- version = " 0.22.1 "
3+ version = " 0.22.2-alpha.0 "
44description = " Capability-based version of async-std"
55authors = [
66 " Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
1414
1515[dependencies ]
1616arf-strings = { version = " 0.6.3" , optional = true }
17- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.22.1 -alpha.0" }
17+ cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.22.2 -alpha.0" }
1818cap-std = { path = " ../cap-std" , optional = true , version = " ^0.22.1-alpha.0" }
1919cap-primitives = { path = " ../cap-primitives" , version = " ^0.22.2-alpha.0" }
2020io-lifetimes = { version = " 0.4.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments