Skip to content

Commit a625ad4

Browse files
authored
[CP] Update vm_snapshot_analysis to 0.7.6 on stable (flutter#133657)
Partially cherry picks flutter@3b8f6c4, in particular it only performs the update of `vm_snapshot_analysis` to 0.7.6. Issues fixed: * flutter#132695
1 parent 2524052 commit a625ad4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/forbidden_from_release_tests/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies:
1010
package_config: 2.1.0
1111
path: 1.8.3
1212
process: 4.2.4
13-
vm_snapshot_analysis: 0.7.2
13+
vm_snapshot_analysis: 0.7.6
1414

1515
collection: 1.17.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1616
meta: 1.9.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1717
platform: 3.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1818

19-
# PUBSPEC CHECKSUM: 5a67
19+
# PUBSPEC CHECKSUM: 5e6b

packages/flutter_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
yaml: 3.1.2
3535
native_stack_traces: 0.5.6
3636
shelf: 1.4.1
37-
vm_snapshot_analysis: 0.7.2
37+
vm_snapshot_analysis: 0.7.6
3838
uuid: 3.0.7
3939
web_socket_channel: 2.4.0
4040
stream_channel: 2.1.1
@@ -106,4 +106,4 @@ dartdoc:
106106
# Exclude this package from the hosted API docs.
107107
nodoc: true
108108

109-
# PUBSPEC CHECKSUM: 4bb3
109+
# PUBSPEC CHECKSUM: bab7

0 commit comments

Comments
 (0)