commit 9a4f193e03ee93b802201d07fdc9ee338d53efa3
parent 5521779f4233788998b6d53fa1c03ef3fc053185
Author: William Casarin <jb55@jb55.com>
Date: Thu, 15 Feb 2024 12:57:27 -0800
deps: bump nostrdb to include notekey hash
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -2091,7 +2091,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.2.0"
-source = "git+https://github.com/damus-io/nostrdb-rs?rev=d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6#d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6"
+source = "git+https://github.com/damus-io/nostrdb-rs?rev=750539d0b71ed81ec626e4670eccf34950ad2942#750539d0b71ed81ec626e4670eccf34950ad2942"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
@@ -29,7 +29,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.25.0", optional = true }
puffin = { version = "0.19.0", optional = true }
-nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "d6cf3dbf7c3433cde99c347ebecd3e2673a25fd6" }
+nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "750539d0b71ed81ec626e4670eccf34950ad2942" }
[features]
default = []