Bump `package:ffi` (#405)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfaacab..27f1fc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 6.0.2
+
+- Bump `package:ffi` to 2.0.1.
+
 # 6.0.1
 
 - Replace path separators in `include-directives` before matching file names.
diff --git a/example/c_json/pubspec.yaml b/example/c_json/pubspec.yaml
index b44f706..7ef1ce8 100644
--- a/example/c_json/pubspec.yaml
+++ b/example/c_json/pubspec.yaml
@@ -8,7 +8,7 @@
   sdk: '>=2.17.0 <3.0.0'
 
 dependencies:
-  ffi: ^2.0.0
+  ffi: ^2.0.1
   path: ^1.8.0
 
 dev_dependencies:
diff --git a/example/libclang-example/pubspec.yaml b/example/libclang-example/pubspec.yaml
index e177eec..f477957 100644
--- a/example/libclang-example/pubspec.yaml
+++ b/example/libclang-example/pubspec.yaml
@@ -8,7 +8,7 @@
   sdk: '>=2.17.0 <3.0.0'
 
 dependencies:
-  ffi: ^2.0.0
+  ffi: ^2.0.1
 dev_dependencies:
   ffigen:
     path: '../../'
diff --git a/example/simple/pubspec.yaml b/example/simple/pubspec.yaml
index 8a97930..e1a3e14 100644
--- a/example/simple/pubspec.yaml
+++ b/example/simple/pubspec.yaml
@@ -8,7 +8,7 @@
   sdk: '>=2.17.0 <3.0.0'
 
 dependencies:
-  ffi: ^2.0.0
+  ffi: ^2.0.1
 dev_dependencies:
   ffigen:
     path: '../../'
diff --git a/pubspec.yaml b/pubspec.yaml
index ffe24d0..400fdd3 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: 6.0.1
+version: 6.0.2
 description: Generator for FFI bindings, using LibClang to parse C header files.
 repository: https://github.com/dart-lang/ffigen
 
@@ -11,7 +11,7 @@
   sdk: '>=2.17.0 <3.0.0'
 
 dependencies:
-  ffi: ^2.0.0
+  ffi: ^2.0.1
   yaml: ^3.0.0
   path: ^1.8.0
   quiver: ^3.0.0