Merge pull request #13 from MutinyWallet/update-nostr

Update nostr dep to official release
This commit is contained in:
Tony Giorgio
2023-03-09 20:29:35 -06:00
committed by GitHub

View File

@@ -13,8 +13,7 @@ default = ["console_error_panic_hook"]
cfg-if = "0.1.2"
worker = { version = "0.0.13", features = ["queue"] }
futures = "0.3.26"
# Needed for serde serializaters
nostr = { git = "https://github.com/benthecarman/nostr", rev = "6c238ac72651671bcfd6666ddcd731767d1643b8" }
nostr = { version = "0.19.5", default-features = false, features = ["nip11"] }
serde = { version = "^1.0", features = ["derive"] }
# The `console_error_panic_hook` crate provides better debugging of panics by