Skip to content

Commit c3c8a30

Browse files
committed
feat: v0.5.4
1 parent cc1e2bc commit c3c8a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-operation"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2024"
55
authors = ["ltpp-universe <[email protected]>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

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

2121
[profile.dev]
2222
incremental = false

0 commit comments

Comments
 (0)