Skip to content

Commit a1b1bef

Browse files
committed
(cargo-release) start next development iteration 0.13.1-alpha.0
1 parent 26f4a1a commit a1b1bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-std = { version = "1.8.0", features = ["attributes"] }
2222
anyhow = "1.0.37"
2323
cap-async-std = { path = "cap-async-std", version = "^0.13.1-alpha.0"}
2424
cap-fs-ext = { path = "cap-fs-ext", version = "^0.13.1-alpha.0"}
25-
cap-directories = { path = "cap-directories", version = "^0.13.0"}
25+
cap-directories = { path = "cap-directories", version = "^0.13.1-alpha.0"}
2626
cap-std = { path = "cap-std", version = "^0.13.1-alpha.0"}
2727
cap-tempfile = { path = "cap-tempfile", version = "^0.13.0"}
2828
rand = "0.8.1"

cap-directories/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-directories"
3-
version = "0.13.0"
3+
version = "0.13.1-alpha.0"
44
description = "Capability-oriented standard directories for config, cache and other data"
55
authors = [
66
"Dan Gohman <[email protected]>",

0 commit comments

Comments
 (0)