Skip to content

Commit

Permalink
[ffi] Rename master branch to main (dart-archive/ffi#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored May 17, 2023
1 parent ca44d28 commit 76a53ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ffi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Dart CI
on:
# Run on PRs and pushes to the default branch.
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 0 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Utilities for working with Foreign Function Interface (FFI) code, incl.
converting between Dart strings and C strings encoded with UTF-8 and UTF-16.

Please see the [API reference](https://pub.dev/documentation/ffi/latest/ffi/ffi-library.html) for more documentation and the [tests](https://github.com/dart-lang/ffi/tree/master/test) for example usage.
Please see the [API reference](https://pub.dev/documentation/ffi/latest/ffi/ffi-library.html) for more documentation and the [tests](https://github.com/dart-lang/ffi/tree/main/test) for example usage.

For additional details about Dart FFI (`dart:ffi`), see
https://dart.dev/guides/libraries/c-interop.

0 comments on commit 76a53ac

Please sign in to comment.