Skip to content

Commit

Permalink
Fix dependency on package:meta
Browse files Browse the repository at this point in the history
A usage of `@mustBeOverridden` was added in
https://dart-review.googlesource.com/c/sdk/+/309460. The API was added
in version `1.9.0` of `package:meta`.

R=jakemac@google.com

Bug: #52815
Change-Id: I6069b20d2ea6cfae6af4cb0af033ad9a07f48d0b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311925
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
  • Loading branch information
natebosch authored and Commit Queue committed Jun 29, 2023
1 parent 45038a2 commit a4331b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/_fe_analyzer_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 62.0.0
version: 62.0.1-wip
description: Logic that is shared between the front_end and analyzer packages.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared

Expand All @@ -8,7 +8,8 @@ environment:

dependencies:
dart_internal: ^0.2.7
meta: ^1.0.2
meta: ^1.9.0


# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
Expand Down

0 comments on commit a4331b4

Please sign in to comment.