File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ nostr-sdk = "0.22"
2828tokio = { version = " 1" , features = [" full" ] }
2929```
3030
31- NOTE: if you are using ` bitcoin ` v0.29, use version ` nostr-sdk = "0.22.0-bitcoin-v0.29" ` insead.
31+ NOTE: if you are using ` bitcoin ` v0.29, use version ` nostr-sdk = "= 0.22.0-bitcoin-v0.29" ` insead.
3232
3333``` rust,no_run
3434use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ nostr = "0.22"
2222tungstenite = { version = " 0.19" , features = [" rustls-tls-webpki-roots" ]}
2323```
2424
25- NOTE: if you are using ` bitcoin ` v0.29, use version ` nostr = "0.22.0-bitcoin-v0.29" ` insead.
25+ NOTE: if you are using ` bitcoin ` v0.29, use version ` nostr = "= 0.22.0-bitcoin-v0.29" ` insead.
2626
2727``` rust,no_run
2828use nostr::prelude::*;
You can’t perform that action at this time.
0 commit comments