From 9ebd92c926841e6c186dd1c1644db93c6a153ba8 Mon Sep 17 00:00:00 2001 From: Prerak Mann Date: Mon, 24 Jul 2023 17:46:23 +0530 Subject: [PATCH] use old version --- CHANGELOG.md | 5 +---- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e875b397..b4bdf287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ -# 9.0.2 - -- Allow extern inline functions to be generated. - # 9.0.1 - Fix doc comment missing on struct/union array fields. +- Allow extern inline functions to be generated. # 9.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 428b7c73..3a8e0c15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: ffigen -version: 9.0.2 +version: 9.0.1 description: Generator for FFI bindings, using LibClang to parse C header files. repository: https://github.com/dart-lang/ffigen