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 @@ -19,7 +19,7 @@ anyhow = "1.0.37"
1919cap-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" }
22- cap-std = { path = " cap-std" , version = " ^0.22.1 -alpha.0" }
22+ cap-std = { path = " cap-std" , version = " ^0.22.2 -alpha.0" }
2323cap-tempfile = { path = " cap-tempfile" , version = " ^0.22.1-alpha.0" }
2424rand = " 0.8.1"
2525tempfile = " 3.1.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313edition = " 2018"
1414
1515[dependencies ]
16- cap-std = { path = " ../cap-std" , version = " ^0.22.1 -alpha.0" }
16+ cap-std = { path = " ../cap-std" , version = " ^0.22.2 -alpha.0" }
1717directories-next = " 2.0.0"
1818
1919[target .'cfg(not(windows))' .dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ edition = "2018"
1515[dependencies ]
1616arf-strings = { version = " 0.6.3" , optional = true }
1717cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.22.2-alpha.0" }
18- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.22.1 -alpha.0" }
18+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.22.2 -alpha.0" }
1919cap-primitives = { path = " ../cap-primitives" , version = " ^0.22.2-alpha.0" }
2020io-lifetimes = { version = " 0.4.0" , default-features = false }
2121# Enable "unstable" for `spawn_blocking`.
Original file line number Diff line number Diff line change 11[package ]
22name = " cap-std"
3- version = " 0.22.1 "
3+ version = " 0.22.2-alpha.0 "
44description = " Capability-based version of the Rust standard library"
55authors = [
66 " Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313edition = " 2018"
1414
1515[dependencies ]
16- cap-std = { path = " ../cap-std" , version = " ^0.22.1 -alpha.0" }
16+ cap-std = { path = " ../cap-std" , version = " ^0.22.2 -alpha.0" }
1717uuid = { version = " 0.8.1" , features = [" v4" ] }
1818camino = { version = " 1.0.5" , optional = true }
1919
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
1414
1515[dependencies ]
1616cap-primitives = { path = " ../cap-primitives" , version = " ^0.22.2-alpha.0" }
17- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.22.1 -alpha.0" }
17+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.22.2 -alpha.0" }
1818
1919[target .'cfg(not(windows))' .dependencies ]
2020rustix = " 0.31.0"
You can’t perform that action at this time.
0 commit comments