mirror of
https://github.com/aljazceru/blastr.git
synced 2025-12-17 05:54:26 +01:00
Merge pull request #13 from MutinyWallet/update-nostr
Update nostr dep to official release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user