Skip to content

Commit 6059aed

Browse files
committed
(cargo-release) start next development iteration 0.13.2-alpha.0
1 parent 7f9d187 commit 6059aed

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 @@ readme = "README.md"
1616
[dependencies]
1717
arf-strings = { version = "0.3.0", optional = true }
1818
async-std = { version = "1.8.0", features = ["attributes"] }
19-
cap-primitives = { path = "../cap-primitives", version = "^0.13.1-alpha.0"}
19+
cap-primitives = { path = "../cap-primitives", version = "^0.13.2-alpha.0"}
2020
unsafe-io = "0.3.0"
2121

2222
[features]

cap-fs-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ arf-strings = { version = "0.3.0", optional = true }
2121
async-std = { version = "1.8.0", optional = true }
2222
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.1-alpha.0"}
24-
cap-primitives = { path = "../cap-primitives", version = "^0.13.1-alpha.0"}
24+
cap-primitives = { path = "../cap-primitives", version = "^0.13.2-alpha.0"}
2525
unsafe-io = "0.3.0"
2626

2727
[features]

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.13.1"
3+
version = "0.13.2-alpha.0"
44
description = "Capability-oriented primitives"
55
authors = [
66
"Dan Gohman <[email protected]>",

cap-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustc_version = "0.3.0"
1818

1919
[dependencies]
2020
arf-strings = { version = "0.3.0", optional = true }
21-
cap-primitives = { path = "../cap-primitives", version = "^0.13.1-alpha.0"}
21+
cap-primitives = { path = "../cap-primitives", version = "^0.13.2-alpha.0"}
2222
unsafe-io = "0.3.0"
2323

2424
[features]

cap-time-ext/Cargo.toml

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

1616
[dependencies]
17-
cap-primitives = { path = "../cap-primitives", version = "^0.13.1-alpha.0"}
17+
cap-primitives = { path = "../cap-primitives", version = "^0.13.2-alpha.0"}
1818
cap-std = { path = "../cap-std", optional = true, version = "^0.13.1-alpha.0"}
1919

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

0 commit comments

Comments
 (0)