Skip to content

Commit d5834d4

Browse files
committed
(cargo-release) start next development iteration 0.24.1-alpha.0
1 parent ba98d4c commit d5834d4

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
@@ -17,7 +17,7 @@ publish = false
1717
async-std = { version = "1.10.0", features = ["attributes"] }
1818
anyhow = "1.0.37"
1919
cap-async-std = { path = "cap-async-std", version = "^0.24.1-alpha.0"}
20-
cap-fs-ext = { path = "cap-fs-ext", version = "^0.24.0"}
20+
cap-fs-ext = { path = "cap-fs-ext", version = "^0.24.1-alpha.0"}
2121
cap-directories = { path = "cap-directories", version = "^0.24.0"}
2222
cap-std = { path = "cap-std", version = "^0.24.1-alpha.0"}
2323
cap-tempfile = { path = "cap-tempfile", version = "^0.24.1-alpha.0"}

cap-fs-ext/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-fs-ext"
3-
version = "0.24.0"
3+
version = "0.24.1-alpha.0"
44
description = "Extension traits for `Dir`, `File`, etc."
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

0 commit comments

Comments
 (0)