Skip to content

Commit fffc1b6

Browse files
committed
Finish 0.4.0
1 parent 60c8697 commit fffc1b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## 0.4.0 - 2023-06-16
77

88
### Added
99

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-tempfile"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Automatically deleted async I/O temporary files."
55
documentation = "https://docs.rs/async-tempfile/latest/async_tempfile/"
66
license = "MIT"
@@ -21,11 +21,11 @@ path = "tests/tests.rs"
2121
required-features = ["uuid"]
2222

2323
[dependencies]
24-
tokio = { version = "1.21.2", features = ["fs"] }
25-
uuid = { version = "1.2.1", features = ["v4"], optional = true }
24+
tokio = { version = "1.28.2", features = ["fs"] }
25+
uuid = { version = "1.3.4", features = ["v4"], optional = true }
2626

2727
[dev-dependencies]
28-
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros"] }
28+
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }
2929
tokio-test = "0.4.2"
3030

3131
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)