Skip to content

Commit 72cd8be

Browse files
committed
Manually commit version bump to 0.4.1-alpha.0.
1 parent cdb9ae6 commit 72cd8be

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ publish = false
1717
[dev-dependencies]
1818
async-std = { version = "1.6.2", features = ["attributes"] }
1919
anyhow = "1.0.32"
20-
cap-async-std = { path = "cap-async-std", version = "^0.4.0"}
21-
cap-dir-ext = { path = "cap-dir-ext", version = "^0.4.0"}
22-
cap-directories = { path = "cap-directories", version = "^0.4.0"}
23-
cap-std = { path = "cap-std", version = "^0.4.0"}
24-
cap-tempfile = { path = "cap-tempfile", version = "^0.4.0"}
20+
cap-async-std = { path = "cap-async-std", version = "^0.4.1-alpha.0"}
21+
cap-dir-ext = { path = "cap-dir-ext", version = "^0.4.1-alpha.0"}
22+
cap-directories = { path = "cap-directories", version = "^0.4.1-alpha.0"}
23+
cap-std = { path = "cap-std", version = "^0.4.1-alpha.0"}
24+
cap-tempfile = { path = "cap-tempfile", version = "^0.4.1-alpha.0"}
2525
rand = "0.7.3"
2626
tempfile = "3.1.0"
2727

cap-async-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-async-std"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented version of async-std"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -16,7 +16,7 @@ readme = "README.md"
1616
[dependencies]
1717
arf-strings = { version = "0.3.0", optional = true }
1818
async-std = { version = "1.6.2", features = ["attributes"] }
19-
cap-primitives = { path = "../cap-primitives", version = "^0.4.0"}
19+
cap-primitives = { path = "../cap-primitives", version = "^0.4.1-alpha.0"}
2020

2121
[badges]
2222
maintenance = { status = "actively-developed" }

cap-dir-ext/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-dir-ext"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Extension traits for `Dir`"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -15,9 +15,9 @@ readme = "README.md"
1515

1616
[dependencies]
1717
arf-strings = { version = "0.3.0", optional = true }
18-
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.4.0"}
19-
cap-std = { path = "../cap-std", optional = true, version = "^0.4.0"}
20-
cap-primitives = { path = "../cap-primitives", version = "^0.4.0"}
18+
cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.4.1-alpha.0"}
19+
cap-std = { path = "../cap-std", optional = true, version = "^0.4.1-alpha.0"}
20+
cap-primitives = { path = "../cap-primitives", version = "^0.4.1-alpha.0"}
2121

2222
[features]
2323
default = ["std"]

cap-directories/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-directories"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented standard directories for config, cache and other data"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -14,7 +14,7 @@ edition = "2018"
1414
readme = "README.md"
1515

1616
[dependencies]
17-
cap-std = { path = "../cap-std", version = "^0.4.0"}
17+
cap-std = { path = "../cap-std", version = "^0.4.1-alpha.0"}
1818
directories = "3.0.1"
1919

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

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.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented primitives"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

cap-rand/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-rand"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented random number generators"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

cap-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-std"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented version of the Rust standard library"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
arf-strings = { version = "0.3.0", optional = true }
18-
cap-primitives = { path = "../cap-primitives", version = "^0.4.0"}
18+
cap-primitives = { path = "../cap-primitives", version = "^0.4.1-alpha.0"}
1919

2020
[badges]
2121
maintenance = { status = "actively-developed" }

cap-tempfile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-tempfile"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Capability-oriented temporary directories"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -14,7 +14,7 @@ edition = "2018"
1414
readme = "README.md"
1515

1616
[dependencies]
17-
cap-std = { path = "../cap-std", version = "^0.4.0"}
17+
cap-std = { path = "../cap-std", version = "^0.4.1-alpha.0"}
1818
uuid = { version = "0.8.1", features = ["v4"] }
1919

2020
[target.'cfg(target_os = "emscripten")'.dependencies]

cap-time-ext/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-time-ext"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha.0"
44
description = "Extension traits for `SystemClock` and `MonotonicClock`"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",
@@ -14,8 +14,8 @@ edition = "2018"
1414
readme = "README.md"
1515

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

2020
[target.'cfg(not(windows))'.dependencies]
2121
posish = "0.3.0"

0 commit comments

Comments
 (0)