4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user