Skip to content

Commit

Permalink
Merge pull request #4 from marvin-j97/marvin-j97-patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
marvin-j97 authored Jun 27, 2024
2 parents 26d3144 + 347c53b commit 27f272a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ heed = ["dep:heed"]
clap = { version = "4.4.10", features = ["derive"] }
# bloodstone = { package = "sled", version = "1.0.0-alpha.121" }
sled = { version = "0.34.7", features = ["compression"] }
fjall = { version = "1.0.2" }
fjall = { version = "1.1.3" }
nanoid = "0.4.0"
rand = "0.8.5"
sysinfo = { version = "0.30.1", features = ["serde"] }
Expand All @@ -33,7 +33,7 @@ log = { version = "0.4.20", features = ["release_max_level_trace"] }
persy = { version = "1.5.0", features = ["background_ops"] }
jammdb = "0.11.0"
zipf = "7.0.1"
redb = "2.1.0"
redb = "2.1.1"
nebari = "0.5.5"
heed = { version = "0.20.0", optional = true }
rocksdb = { version = "0.22.0", optional = true, default-features = false, features = [
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ impl std::fmt::Display for Backend {
match self {
Self::Sled => "sled 0.34.7",
// Self::Bloodstone => "sled 1.0.0-alpha.118",
Self::Fjall => "fjall 1.0.2",
Self::Fjall => "fjall 1.1.3",
Self::Persy => "persy 1.5.0",
Self::JammDb => "jammdb 0.11.0",
Self::Redb => "redb 2.1.0",
Self::Redb => "redb 2.1.1",
Self::Nebari => "nebari 0.5.5",

#[cfg(feature = "heed")]
Expand Down

0 comments on commit 27f272a

Please sign in to comment.