File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ anyhow = "1.0.37"
23
23
cap-async-std = { path = " cap-async-std" , version = " ^0.11.0" }
24
24
cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.10.1-alpha.0" }
25
25
cap-directories = { path = " cap-directories" , version = " ^0.10.1-alpha.0" }
26
- cap-std = { path = " cap-std" , version = " ^0.10.1-alpha .0" }
26
+ cap-std = { path = " cap-std" , version = " ^0.11 .0" }
27
27
cap-tempfile = { path = " cap-tempfile" , version = " ^0.10.1-alpha.0" }
28
28
rand = " 0.8.1"
29
29
tempfile = " 3.1.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
14
14
readme = " README.md"
15
15
16
16
[dependencies ]
17
- cap-std = { path = " ../cap-std" , version = " ^0.10.1-alpha .0" }
17
+ cap-std = { path = " ../cap-std" , version = " ^0.11 .0" }
18
18
directories-next = " 2.0.0"
19
19
20
20
[target .'cfg(not(windows))' .dependencies ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ readme = "README.md"
17
17
arf-strings = { version = " 0.3.0" , optional = true }
18
18
async-std = { version = " 1.8.0" , optional = true }
19
19
cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.11.0" }
20
- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.10.1-alpha .0" }
20
+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.11 .0" }
21
21
cap-primitives = { path = " ../cap-primitives" , version = " ^0.11.0" }
22
22
unsafe-io = " 0.2.0"
23
23
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-std"
3
- version = " 0.10.1-alpha .0"
3
+ version = " 0.11 .0"
4
4
description = " Capability-oriented version of the Rust standard library"
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
readme = " README.md"
15
15
16
16
[dependencies ]
17
- cap-std = { path = " ../cap-std" , version = " ^0.10.1-alpha .0" }
17
+ cap-std = { path = " ../cap-std" , version = " ^0.11 .0" }
18
18
uuid = { version = " 0.8.1" , features = [" v4" ] }
19
19
20
20
[target .'cfg(target_os = "emscripten")' .dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ readme = "README.md"
15
15
16
16
[dependencies ]
17
17
cap-primitives = { path = " ../cap-primitives" , version = " ^0.11.0" }
18
- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.10.1-alpha .0" }
18
+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.11 .0" }
19
19
20
20
[target .'cfg(not(windows))' .dependencies ]
21
21
posish = " 0.5.2"
You can’t perform that action at this time.
0 commit comments