Skip to content

Commit

Permalink
[ffigen] Release 11 Stable (#872)
Browse files Browse the repository at this point in the history
Release 11 stable with the latest fixes on Dart 3.2 before starting to depend on a Dart 3.3-dev version.

Should be merged after:

* #869

And before:

* #860
  • Loading branch information
dcharkes authored Jan 3, 2024
1 parent 0ffdccc commit 0605d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/ffigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 11.0.0-wip
## 11.0.0

- Any compiler errors/warnings in source header files will now result in
bindings to **not** be generated by default, since it may result in invalid
Expand Down
4 changes: 2 additions & 2 deletions pkgs/ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

name: ffigen
version: 11.0.0-wip
version: 11.0.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand All @@ -14,7 +14,7 @@ topics:
- codegen

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: ">=3.2.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand Down

0 comments on commit 0605d9a

Please sign in to comment.