Skip to content

Commit 503da54

Browse files
committed
(cargo-release) version 0.4.0
1 parent 0c6833d commit 503da54

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
@@ -21,7 +21,7 @@ cap-async-std = { path = "cap-async-std", version = "^0.4.0"}
2121
cap-dir-ext = { path = "cap-dir-ext", version = "^0.4.0"}
2222
cap-directories = { path = "cap-directories", version = "^0.4.0"}
2323
cap-std = { path = "cap-std", version = "^0.4.0"}
24-
cap-tempfile = { path = "cap-tempfile", version = "^0.3.1-alpha.0"}
24+
cap-tempfile = { path = "cap-tempfile", version = "^0.4.0"}
2525
rand = "0.7.3"
2626
tempfile = "3.1.0"
2727

cap-tempfile/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-tempfile"
3-
version = "0.3.1-alpha.0"
3+
version = "0.4.0"
44
description = "Capability-oriented temporary directories"
55
authors = [
66
"Dan Gohman <dev@sunfishcode.online>",

0 commit comments

Comments
 (0)