Skip to content

Commit da48b34

Browse files
authored
[native_assets] Roll deps (#151662)
Roll deps to address: * dart-lang/native#1256 Cross-linking Dart standalone CL: https://dart-review.googlesource.com/c/sdk/+/375461 (no breaking API changes)
1 parent 8361361 commit da48b34

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

dev/integration_tests/link_hook/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ environment:
88
dependencies:
99
cli_config: 0.2.0
1010
logging: 1.2.0
11-
native_assets_cli: 0.7.0
12-
native_toolchain_c: 0.5.1
11+
native_assets_cli: 0.7.1
12+
native_toolchain_c: 0.5.2
1313

1414
args: 2.5.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1515
async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -67,4 +67,4 @@ dev_dependencies:
6767
webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6868
yaml_edit: 2.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6969

70-
# PUBSPEC CHECKSUM: 0248
70+
# PUBSPEC CHECKSUM: 324a

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
2222
// Add pinned packages here. Please leave a comment explaining why.
2323
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
2424
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
25-
'native_assets_builder': '0.8.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
26-
'native_assets_cli': '0.7.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
25+
'native_assets_builder': '0.8.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
26+
'native_assets_cli': '0.7.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2727
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
2828
'leak_tracker': '10.0.5', // https://github.com/flutter/devtools/issues/3951
2929
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951

packages/flutter_tools/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies:
5656

5757
cli_config: 0.2.0
5858
graphs: 2.3.1
59-
native_assets_builder: 0.8.0
60-
native_assets_cli: 0.7.0
59+
native_assets_builder: 0.8.1
60+
native_assets_cli: 0.7.1
6161

6262
# We depend on very specific internal implementation details of the
6363
# 'test' package, which change between versions, so when upgrading
@@ -120,4 +120,4 @@ dartdoc:
120120
# Exclude this package from the hosted API docs.
121121
nodoc: true
122122

123-
# PUBSPEC CHECKSUM: 5aae
123+
# PUBSPEC CHECKSUM: f4b0

packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
cli_config: ^0.2.0
1111
logging: ^1.2.0
12-
native_assets_cli: ^0.7.0
13-
native_toolchain_c: ^0.5.1
12+
native_assets_cli: ^0.7.1
13+
native_toolchain_c: ^0.5.2
1414

1515
dev_dependencies:
1616
ffi: ^2.1.2

0 commit comments

Comments
 (0)