Skip to content

Commit 0605d9a

Browse files
authored
[ffigen] Release 11 Stable (#872)
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
1 parent 0ffdccc commit 0605d9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/ffigen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 11.0.0-wip
1+
## 11.0.0
22

33
- Any compiler errors/warnings in source header files will now result in
44
bindings to **not** be generated by default, since it may result in invalid

pkgs/ffigen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
name: ffigen
6-
version: 11.0.0-wip
6+
version: 11.0.0
77
description: >
88
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
99
files.
@@ -14,7 +14,7 @@ topics:
1414
- codegen
1515

1616
environment:
17-
sdk: '>=3.2.0 <4.0.0'
17+
sdk: ">=3.2.0 <4.0.0"
1818

1919
dependencies:
2020
ffi: ^2.0.1

0 commit comments

Comments
 (0)