bump nostrdb

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-10 20:24:37 -08:00
parent 8f3ec342c4
commit 3b1550d78c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2105,8 +2105,8 @@ dependencies = [
[[package]] [[package]]
name = "nostrdb" name = "nostrdb"
version = "0.1.6" version = "0.2.0"
source = "git+https://github.com/damus-io/nostrdb-rs?rev=e513b6ed516a9adf757c1f7ac26cd3d544c391b2#e513b6ed516a9adf757c1f7ac26cd3d544c391b2" source = "git+https://github.com/damus-io/nostrdb-rs?rev=c46ba31aa09d389466caef551a185dc0bd43aefd#c46ba31aa09d389466caef551a185dc0bd43aefd"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@@ -29,7 +29,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0" env_logger = "0.10.0"
puffin_egui = { version = "0.25.0", optional = true } puffin_egui = { version = "0.25.0", optional = true }
puffin = { version = "0.19.0", optional = true } puffin = { version = "0.19.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "e513b6ed516a9adf757c1f7ac26cd3d544c391b2" } nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c46ba31aa09d389466caef551a185dc0bd43aefd" }
[features] [features]
default = [] default = []