[ffi/sample] Rev up ffi dependency to fix compilation error.

Fixes https://github.com/dart-lang/sdk/issues/48689

Change-Id: Ief95a720114215a24b56b0983c37b7b617f6f8be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/239123
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev
2022-04-04 14:16:51 +00:00
committed by Commit Bot
parent f6dd348f55
commit 46a10e2e4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ author: Daco Harkes <dacoharkes@google.com>, Samir Jindel <sjindel@google.com>
environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
ffi: ^0.3.1-nullsafety.0
ffi: ^1.1.2
dev_dependencies:
test: ^1.16.0-nullsafety.12
+1 -1
View File
@@ -6,6 +6,6 @@ author: Daco Harkes <dacoharkes@google.com>, Samir Jindel <sjindel@google.com>
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
ffi: ^0.3.1-nullsafety.0
ffi: ^1.1.2
dev_dependencies:
test: ^1.5.3