fix again

This commit is contained in:
William Casarin
2025-03-23 18:48:04 -07:00
parent 3cc46b8a7d
commit 499bac5ca4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2708,7 +2708,7 @@ dependencies = [
[[package]] [[package]]
name = "nostrdb" name = "nostrdb"
version = "0.6.1" version = "0.6.1"
source = "git+https://github.com/damus-io/nostrdb-rs?rev=0d28fab41e2b829c149086a2449dbda162318abb#0d28fab41e2b829c149086a2449dbda162318abb" source = "git+https://github.com/damus-io/nostrdb-rs?rev=7a6af440c12e78ebca95867102c0512cbc0bee16#7a6af440c12e78ebca95867102c0512cbc0bee16"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@@ -33,7 +33,7 @@ indexmap = "2.6.0"
log = "0.4.17" log = "0.4.17"
nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] }
mio = { version = "1.0.3", features = ["os-poll", "net"] } mio = { version = "1.0.3", features = ["os-poll", "net"] }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "0d28fab41e2b829c149086a2449dbda162318abb" } nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "7a6af440c12e78ebca95867102c0512cbc0bee16" }
#nostrdb = "0.6.1" #nostrdb = "0.6.1"
notedeck = { path = "crates/notedeck" } notedeck = { path = "crates/notedeck" }
notedeck_chrome = { path = "crates/notedeck_chrome" } notedeck_chrome = { path = "crates/notedeck_chrome" }