commit a2a119ec5c65fded270ea7089669854bad24d968
parent 23c93e1028ca1affd0b52f5fc7588ffdaf26af1f
Author: William Casarin <jb55@jb55.com>
Date: Sun, 23 Mar 2025 12:58:52 -0700
nostrdb: add author_kind index
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git 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
@@ -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" }