Skip to content

Commit 8bdfbc2

Browse files
committed
(cargo-release) start next development iteration 0.13.1-alpha.0
1 parent c0ab580 commit 8bdfbc2

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
@@ -20,7 +20,7 @@ rustc_version = "0.3.0"
2020
[dev-dependencies]
2121
async-std = { version = "1.8.0", features = ["attributes"] }
2222
anyhow = "1.0.37"
23-
cap-async-std = { path = "cap-async-std", version = "^0.13.0"}
23+
cap-async-std = { path = "cap-async-std", version = "^0.13.1-alpha.0"}
2424
cap-fs-ext = { path = "cap-fs-ext", version = "^0.13.0"}
2525
cap-directories = { path = "cap-directories", version = "^0.13.0"}
2626
cap-std = { path = "cap-std", version = "^0.13.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.13.0"
3+
version = "0.13.1-alpha.0"
44
description = "Capability-oriented version of async-std"
55
authors = [
66
"Dan Gohman <[email protected]>",

cap-fs-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustc_version = "0.3.0"
1919
[dependencies]
2020
arf-strings = { version = "0.3.0", optional = true }
2121
async-std = { version = "1.8.0", optional = true }
22-
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.13.0"}
22+
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.13.1-alpha.0"}
2323
cap-std = { path = "../cap-std", optional = true, version = "^0.13.0"}
2424
cap-primitives = { path = "../cap-primitives", version = "^0.13.1-alpha.0"}
2525
unsafe-io = "0.3.0"

0 commit comments

Comments
 (0)