Skip to content

Commit 57f9887

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
[dev-dependencies]
1717
async-std = { version = "1.10.0", features = ["attributes"] }
1818
anyhow = "1.0.37"
19-
cap-async-std = { path = "cap-async-std", version = "^0.24.0"}
19+
cap-async-std = { path = "cap-async-std", version = "^0.24.1-alpha.0"}
2020
cap-fs-ext = { path = "cap-fs-ext", version = "^0.24.0"}
2121
cap-directories = { path = "cap-directories", version = "^0.24.0"}
2222
cap-std = { path = "cap-std", version = "^0.24.0"}

cap-async-std/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-async-std"
3-
version = "0.24.0"
3+
version = "0.24.1-alpha.0"
44
description = "Capability-based version of async-std"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

cap-fs-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414

1515
[dependencies]
1616
arf-strings = { version = "0.6.3", optional = true }
17-
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.24.0"}
17+
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.24.1-alpha.0"}
1818
cap-std = { path = "../cap-std", optional = true, version = "^0.24.0"}
1919
cap-primitives = { path = "../cap-primitives", version = "^0.24.1-alpha.0"}
2020
io-lifetimes = { version = "0.5.1", default-features = false }

0 commit comments

Comments
 (0)