diff --git a/Cargo.lock b/Cargo.lock index 94db6145..df64eff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2708,8 +2708,7 @@ dependencies = [ [[package]] name = "nostrdb" version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "593e342d6df5ea9ea74de29f484cc77377a4f1d4d6322c741fc465699ee76809" +source = "git+https://github.com/damus-io/nostrdb-rs?rev=796a1ce068193cead42202e102d34b677c014731#796a1ce068193cead42202e102d34b677c014731" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 132d93da..ec7f7d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,8 @@ indexmap = "2.6.0" log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } mio = { version = "1.0.3", features = ["os-poll", "net"] } -#nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "ecae493712505f91488bea0b53aa5a7b50f44ab2" } -nostrdb = "0.6.1" +nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "796a1ce068193cead42202e102d34b677c014731" } +#nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" } notedeck_columns = { path = "crates/notedeck_columns" }