Use unstable nostr-types repo

This commit is contained in:
Mike Dilger 2022-12-23 23:29:59 +13:00
parent f9fa1619e3
commit 2bf8906a4b
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1677,7 +1677,7 @@ dependencies = [
[[package]]
name = "gossip"
version = "0.3.0"
version = "0.3.1-unstable"
dependencies = [
"base64 0.13.1",
"dirs",
@ -2309,8 +2309,7 @@ dependencies = [
[[package]]
name = "nostr-types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b34b4dc519cba186652ea75403acd738587eaa375e00dac8b43752b9c77b3cc"
source = "git+https://github.com/mikedilger/nostr-types#2badf71f2d11f49aa75886c38f07ef10eaa6c21f"
dependencies = [
"aes",
"base64 0.13.1",

View File

@ -21,7 +21,7 @@ futures-util = "0.3"
http = "0.2"
image = "0.24"
lazy_static = "1.4"
nostr-types = "0.1"
nostr-types = { git = "https://github.com/mikedilger/nostr-types" }
rand = "0.8"
reqwest = { version = "0.11", features = ["json"] }
rusqlite = { version = "0.28", features = ["bundled", "chrono", "serde_json"] }