Skip to content

Commit

Permalink
book: bump nostr_sdk flutter to 1b1af0c
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
yukibtc committed Dec 23, 2024
1 parent 9f3f9b1 commit 03ca313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/snippets/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: deb74a974fa0a767b91adc7b88eae5495d94931e
resolved-ref: deb74a974fa0a767b91adc7b88eae5495d94931e
ref: "1b1af0cdd0cf221e2706430f05242757a9574604"
resolved-ref: "1b1af0cdd0cf221e2706430f05242757a9574604"
url: "https://github.com/rust-nostr/nostr-sdk-flutter.git"
source: git
version: "0.37.0"
Expand Down
2 changes: 1 addition & 1 deletion book/snippets/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
nostr_sdk:
git:
url: https://github.com/rust-nostr/nostr-sdk-flutter.git
ref: deb74a974fa0a767b91adc7b88eae5495d94931e
ref: 1b1af0cdd0cf221e2706430f05242757a9574604

dev_dependencies:
lints: ^3.0.0
Expand Down

0 comments on commit 03ca313

Please sign in to comment.