update to latest nostrdb version

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-08-21 06:59:27 +03:00
parent 1f149aec3b
commit 9b4093cd41
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -2296,6 +2296,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.3.4"
source = "git+https://github.com/damus-io/nostrdb-rs?rev=4c89dcbca13168758eb41752225b4e486dbc9d20#4c89dcbca13168758eb41752225b4e486dbc9d20"
dependencies = [
"bindgen",
"cc",

View File

@ -12,7 +12,7 @@ default-run = "notedeck"
crate-type = ["lib", "cdylib"]
[workspace.dependencies]
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "385a1af481ff8c08949a885248544483a52acbeb" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "4c89dcbca13168758eb41752225b4e486dbc9d20" }
#nostrdb = { path = "/Users/jb55/dev/github/damus-io/nostrdb-rs" }
#nostrdb = "0.3.4"