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"
20
20
[dev-dependencies ]
21
21
async-std = { version = " 1.8.0" , features = [" attributes" ] }
22
22
anyhow = " 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" }
24
24
cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.13.0" }
25
25
cap-directories = { path = " cap-directories" , version = " ^0.13.0" }
26
26
cap-std = { path = " cap-std" , version = " ^0.13.0" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-async-std"
3
- version = " 0.13.0"
3
+ version = " 0.13.1-alpha. 0"
4
4
description = " Capability-oriented version of async-std"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rustc_version = "0.3.0"
19
19
[dependencies ]
20
20
arf-strings = { version = " 0.3.0" , optional = true }
21
21
async-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" }
23
23
cap-std = { path = " ../cap-std" , optional = true , version = " ^0.13.0" }
24
24
cap-primitives = { path = " ../cap-primitives" , version = " ^0.13.1-alpha.0" }
25
25
unsafe-io = " 0.3.0"
You can’t perform that action at this time.
0 commit comments