Skip to content

Commit 2b5fa0e

Browse files
committed
update byteview
1 parent 98bbbc8 commit 2b5fa0e

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
@@ -2,7 +2,7 @@
22
name = "value-log"
33
description = "Value log implementation for key-value separated LSM storage"
44
license = "MIT OR Apache-2.0"
5-
version = "1.5.0"
5+
version = "1.5.1"
66
edition = "2021"
77
rust-version = "1.74.0"
88
readme = "README.md"
@@ -24,7 +24,7 @@ bytes = ["dep:bytes"]
2424
[dependencies]
2525
bytes = { version = "1", optional = true }
2626
byteorder = "1.5.0"
27-
byteview = "0.5.2"
27+
byteview = "0.5.3"
2828
interval-heap = "0.0.5"
2929
log = "0.4.22"
3030
path-absolutize = "3.1.1"

0 commit comments

Comments
 (0)