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
16
16
[dev-dependencies ]
17
17
async-std = { version = " 1.10.0" , features = [" attributes" ] }
18
18
anyhow = " 1.0.37"
19
- cap-async-std = { path = " cap-async-std" , version = " ^0.24.0" }
19
+ cap-async-std = { path = " cap-async-std" , version = " ^0.24.1-alpha. 0" }
20
20
cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.24.0" }
21
21
cap-directories = { path = " cap-directories" , version = " ^0.24.0" }
22
22
cap-std = { path = " cap-std" , version = " ^0.24.0" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-async-std"
3
- version = " 0.24.0"
3
+ version = " 0.24.1-alpha. 0"
4
4
description = " Capability-based version of async-std"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
14
14
15
15
[dependencies ]
16
16
arf-strings = { version = " 0.6.3" , optional = true }
17
- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.24.0" }
17
+ cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.24.1-alpha. 0" }
18
18
cap-std = { path = " ../cap-std" , optional = true , version = " ^0.24.0" }
19
19
cap-primitives = { path = " ../cap-primitives" , version = " ^0.24.1-alpha.0" }
20
20
io-lifetimes = { version = " 0.5.1" , default-features = false }
You can’t perform that action at this time.
0 commit comments