commit 4a9af5561a04ca29954d98ceebb95d4109e6e6e9
parent 1262c4e1f7eb2bf6aaad7ad05d75b2746895af60
Author: William Casarin <jb55@jb55.com>
Date: Fri, 9 Feb 2024 16:59:41 -0800
bump cargo
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -2468,7 +2468,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.1.6"
-source = "git+https://github.com/damus-io/nostrdb-rs?rev=a8f8fabdc2f1eebe939622000c030639b4b6d51f#a8f8fabdc2f1eebe939622000c030639b4b6d51f"
+source = "git+https://github.com/damus-io/nostrdb-rs?rev=f64198c39de9ac8dbb35dec89b44a38e2d6142e0#f64198c39de9ac8dbb35dec89b44a38e2d6142e0"
dependencies = [
"bindgen",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
@@ -30,7 +30,7 @@ env_logger = "0.10.0"
shatter = "0.1.1"
puffin_egui = { version = "0.25.0", optional = true }
puffin = { version = "0.16.0", optional = true }
-nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "a8f8fabdc2f1eebe939622000c030639b4b6d51f" }
+nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "f64198c39de9ac8dbb35dec89b44a38e2d6142e0" }
[features]
default = []