Skip to content

Commit

Permalink
update storage engine
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 24, 2024
1 parent cb6d946 commit 2c38810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"

# NOTE: Don't need bloom filters, because we always do prefix queries for pretty much everything
fjall = { version = "1.0.2", default-features = false, features = [] }
fjall = { version = "1.0.5", default-features = false, features = [] }
smoltable = { path = "../smoltable" }

fs_extra = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion smoltable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tempfile = "3.10.1"
nanoid = "0.4.0"

# NOTE: Don't need bloom filters, because we always do prefix queries for pretty much everything
fjall = { version = "1.0.2", default-features = false, features = [] }
fjall = { version = "1.0.5", default-features = false, features = [] }

0 comments on commit 2c38810

Please sign in to comment.