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"
28
28
tokio = { version = " 1" , features = [" full" ] }
29
29
```
30
30
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.
32
32
33
33
``` rust,no_run
34
34
use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ nostr = "0.22"
22
22
tungstenite = { version = " 0.19" , features = [" rustls-tls-webpki-roots" ]}
23
23
```
24
24
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.
26
26
27
27
``` rust,no_run
28
28
use nostr::prelude::*;
You can’t perform that action at this time.
0 commit comments