diff --git a/book/snippets/rust/Cargo.toml b/book/snippets/rust/Cargo.toml index 90b6cd755..5685e9506 100644 --- a/book/snippets/rust/Cargo.toml +++ b/book/snippets/rust/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" members = ["."] [dependencies] -nostr-sdk = { version = "0.37", features = ["all-nips"] } -nostr-relay-builder = "0.37" +nostr-sdk = { version = "*", features = ["all-nips"] } +nostr-relay-builder = "*" tokio = { version = "1", features = ["rt-multi-thread", "macros"] }