Skip to content

Commit caf4227

Browse files
committed
3.0.0
1 parent f9c6250 commit caf4227

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
@@ -2,7 +2,7 @@
22
name = "lsm-tree"
33
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
44
license = "MIT OR Apache-2.0"
5-
version = "3.0.0-rc.9"
5+
version = "3.0.0"
66
edition = "2021"
77
rust-version = "1.91.0"
88
readme = "README.md"
@@ -25,7 +25,7 @@ metrics = []
2525
[dependencies]
2626
bytes = { version = "1", optional = true }
2727
byteorder = { package = "byteorder-lite", version = "0.1.0" }
28-
byteview = "~0.9.1"
28+
byteview = "~0.10.0"
2929
crossbeam-skiplist = "0.1.3"
3030
enum_dispatch = "0.3.13"
3131
interval-heap = "0.0.5"
@@ -34,7 +34,7 @@ lz4_flex = { version = "0.11.5", optional = true, default-features = false }
3434
quick_cache = { version = "0.6.16", default-features = false, features = [] }
3535
rustc-hash = "2.1.1"
3636
self_cell = "1.2.0"
37-
sfa = "~0.1.0"
37+
sfa = "~1.0.0"
3838
tempfile = "3.20.0"
3939
varint-rs = "2.2.0"
4040
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }

0 commit comments

Comments
 (0)