bump cargo

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-02-09 16:59:41 -08:00
parent 1262c4e1f7
commit 4a9af5561a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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 = []