Skip to content

Commit

Permalink
book: bump Swift to 0.37.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 27, 2024
1 parent 6954a7b commit c02399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/snippets/swift/NostrSnippets/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "NostrSnippets",
platforms: [.macOS(.v12)],
dependencies: [
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift", from: "0.36.0")
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift", from: "0.37.0")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit c02399e

Please sign in to comment.