Skip to content

Commit f251eac

Browse files
committed
feat: v0.6.4
1 parent f2261b8 commit f251eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chunkify"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2024"
55
authors = ["root@ltpp.vip"]
66
license = "MIT"
@@ -19,11 +19,11 @@ exclude = [
1919
]
2020

2121
[dependencies]
22-
file-operation = "0.5.12"
22+
file-operation = "0.5.13"
2323
once_cell = "1.21.3"
2424
dashmap = "6.1.0"
2525
tokio = { version = "1.45.1", features = ["full"] }
26-
twox-hash = "2.1.0"
26+
twox-hash = "2.1.1"
2727

2828
[profile.dev]
2929
incremental = false

0 commit comments

Comments
 (0)