Skip to content

Commit 49c91ff

Browse files
committed
(cargo-release) start next development iteration 0.24.1-alpha.0
1 parent 61362ae commit 49c91ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cap-async-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
arf-strings = { version = "0.6.3", optional = true }
1717
# Enable "unstable" for `spawn_blocking`.
1818
async-std = { version = "1.10.0", features = ["attributes", "unstable"] }
19-
cap-primitives = { path = "../cap-primitives", version = "^0.24.0"}
19+
cap-primitives = { path = "../cap-primitives", version = "^0.24.1-alpha.0"}
2020
io-lifetimes = { version = "0.5.1", default-features = false, features = ["async-std"] }
2121
ipnet = "2.3.0"
2222
io-extras = { version = "0.13.0", features = ["use_async_std"] }

cap-fs-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
arf-strings = { version = "0.6.3", optional = true }
1717
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.24.0"}
1818
cap-std = { path = "../cap-std", optional = true, version = "^0.24.0"}
19-
cap-primitives = { path = "../cap-primitives", version = "^0.24.0"}
19+
cap-primitives = { path = "../cap-primitives", version = "^0.24.1-alpha.0"}
2020
io-lifetimes = { version = "0.5.1", default-features = false }
2121
# Enable "unstable" for `spawn_blocking`.
2222
async-std = { version = "1.10.0", features = ["attributes", "unstable"], optional = true }

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-primitives"
3-
version = "0.24.0"
3+
version = "0.24.1-alpha.0"
44
description = "Capability-based primitives"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

cap-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustdoc-args = ["--cfg=doc_cfg"]
1818

1919
[dependencies]
2020
arf-strings = { version = "0.6.3", optional = true }
21-
cap-primitives = { path = "../cap-primitives", version = "^0.24.0"}
21+
cap-primitives = { path = "../cap-primitives", version = "^0.24.1-alpha.0"}
2222
ipnet = "2.3.0"
2323
io-extras = "0.13.0"
2424
io-lifetimes = { version = "0.5.1", default-features = false }

cap-time-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313
edition = "2018"
1414

1515
[dependencies]
16-
cap-primitives = { path = "../cap-primitives", version = "^0.24.0"}
16+
cap-primitives = { path = "../cap-primitives", version = "^0.24.1-alpha.0"}
1717
cap-std = { path = "../cap-std", optional = true, version = "^0.24.0"}
1818

1919
[target.'cfg(not(windows))'.dependencies]

0 commit comments

Comments
 (0)