Skip to content

Commit

Permalink
book/snippets/rust/Cargo.toml:use version = *
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Nov 30, 2024
1 parent 09f994c commit cd03183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/snippets/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit cd03183

Please sign in to comment.