Skip to content

Commit 339aec9

Browse files
committed
feat: v0.5.10
1 parent 7e90b33 commit 339aec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "file-operation"
3-
version = "0.5.9"
3+
version = "0.5.10"
44
edition = "2024"
5-
authors = ["ltpp-universe <[email protected]>"]
5+
authors = ["eastspire <[email protected]>"]
66
license = "MIT"
77
description = """A Rust library providing a set of utilities for common file operations such as reading, writing, and querying file metadata like size. It aims to simplify file handling in Rust projects, offering safe and efficient file manipulation methods."""
88
keywords = ["time", "hyperlane", "day", "format", "lang"]
9-
repository = "https://github.com/ltpp-universe/file-operation.git"
9+
repository = "https://github.com/eastspire/file-operation.git"
1010
categories = ["network-programming", "web-programming"]
1111
exclude = [
1212
"target",
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
tokio = { version = "1.44.2", features = ["full"] }
19+
tokio = { version = "1.45.0", features = ["full"] }
2020

2121
[profile.dev]
2222
incremental = false

0 commit comments

Comments
 (0)