mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-22 01:34:21 +01:00
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2105,8 +2105,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nostrdb"
|
||||
version = "0.1.6"
|
||||
source = "git+https://github.com/damus-io/nostrdb-rs?rev=e513b6ed516a9adf757c1f7ac26cd3d544c391b2#e513b6ed516a9adf757c1f7ac26cd3d544c391b2"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/damus-io/nostrdb-rs?rev=c46ba31aa09d389466caef551a185dc0bd43aefd#c46ba31aa09d389466caef551a185dc0bd43aefd"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
||||
@@ -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 = "e513b6ed516a9adf757c1f7ac26cd3d544c391b2" }
|
||||
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c46ba31aa09d389466caef551a185dc0bd43aefd" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user