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"
2323cap-async-std = { path = " cap-async-std" , version = " ^0.11.0" }
2424cap-fs-ext = { path = " cap-fs-ext" , version = " ^0.10.1-alpha.0" }
2525cap-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" }
2727cap-tempfile = { path = " cap-tempfile" , version = " ^0.10.1-alpha.0" }
2828rand = " 0.8.1"
2929tempfile = " 3.1.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
1414readme = " README.md"
1515
1616[dependencies ]
17- cap-std = { path = " ../cap-std" , version = " ^0.10.1-alpha .0" }
17+ cap-std = { path = " ../cap-std" , version = " ^0.11 .0" }
1818directories-next = " 2.0.0"
1919
2020[target .'cfg(not(windows))' .dependencies ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ readme = "README.md"
1717arf-strings = { version = " 0.3.0" , optional = true }
1818async-std = { version = " 1.8.0" , optional = true }
1919cap-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" }
2121cap-primitives = { path = " ../cap-primitives" , version = " ^0.11.0" }
2222unsafe-io = " 0.2.0"
2323
Original file line number Diff line number Diff line change 11[package ]
22name = " cap-std"
3- version = " 0.10.1-alpha .0"
3+ version = " 0.11 .0"
44description = " Capability-oriented version of the Rust standard library"
55authors = [
66 " Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
1414readme = " README.md"
1515
1616[dependencies ]
17- cap-std = { path = " ../cap-std" , version = " ^0.10.1-alpha .0" }
17+ cap-std = { path = " ../cap-std" , version = " ^0.11 .0" }
1818uuid = { version = " 0.8.1" , features = [" v4" ] }
1919
2020[target .'cfg(target_os = "emscripten")' .dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ readme = "README.md"
1515
1616[dependencies ]
1717cap-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" }
1919
2020[target .'cfg(not(windows))' .dependencies ]
2121posish = " 0.5.2"
You can’t perform that action at this time.
0 commit comments