update nostrdb

This commit is contained in:
William Casarin 2024-01-01 09:05:24 -08:00
parent df56cb9fcd
commit 1c1835d56b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1461,7 +1461,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.1.6"
source = "git+https://github.com/damus-io/nostrdb-rs.git?rev=71d7ce19d64e15f364d9908e5e34f0409395054c#71d7ce19d64e15f364d9908e5e34f0409395054c"
source = "git+https://github.com/damus-io/nostrdb-rs.git?rev=29424c07c64200e642c62734204a3a2d567dab2a#29424c07c64200e642c62734204a3a2d567dab2a"
dependencies = [
"bindgen 0.69.1",
"cc",

View File

@ -13,7 +13,7 @@ hyper-util = { version = "0.1.1", features = ["full"] }
http-body-util = "0.1"
log = "0.4.20"
env_logger = "0.10.1"
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "71d7ce19d64e15f364d9908e5e34f0409395054c" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "29424c07c64200e642c62734204a3a2d567dab2a" }
#nostrdb = { path = "/home/jb55/src/rust/nostrdb-rs" }
#nostrdb = "0.1.6"
#nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" }