Skip to content

Commit

Permalink
Merge pull request #125 from muzzammilshahid/update-pinenacl
Browse files Browse the repository at this point in the history
Update pinenacl for latest flutter support
  • Loading branch information
muzzammilshahid authored Aug 24, 2024
2 parents d2bfbf3 + 3bb62ba commit 31823ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.3.0
sdk: 3.4.0

- name: Install dependencies
run: make install
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
collection: ^1.18.0
crypto: ^3.0.3
msgpack_dart: ^1.0.1
pinenacl: ^0.5.1
pinenacl: ^0.6.0

dev_dependencies:
lints: ^3.0.0
Expand Down

0 comments on commit 31823ea

Please sign in to comment.