Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dart_only/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
native_toolchain_rust: ^1.0.4+0

dev_dependencies:
ffigen: ^20.1.0
ffigen: ^21.0.0
test: ^1.29.0
2 changes: 1 addition & 1 deletion examples/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
native_toolchain_rust: ^1.0.4+0

dev_dependencies:
ffigen: ^20.1.0
ffigen: ^21.0.0
flutter_test:
sdk: flutter
integration_test:
Expand Down
12 changes: 10 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ packages:
dependency: transitive
description:
name: ffigen
sha256: b7803707faeec4ce3c1b0c2274906504b796e3b70ad573577e72333bd1c9b3ba
sha256: "56fc0be88937409839a59c133dfdee4165e80da324c9e39f59013060249ffb44"
url: "https://pub.dev"
source: hosted
version: "20.1.1"
version: "21.0.0"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -378,6 +378,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
native_toolchain_c:
dependency: transitive
description:
name: native_toolchain_c
sha256: f9c168717100ae6d9fee9ffb0be379bf1f8b26b0f6bcbd4fdddcd931993a6a72
url: "https://pub.dev"
source: hosted
version: "0.19.2"
node_preamble:
dependency: transitive
description:
Expand Down
Loading