Skip to content

Commit 0a42d20

Browse files
authored
Support the latest pkg/analyzer (#307)
1 parent 4105724 commit 0a42d20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.4+3
2+
3+
* Support the latest `analyzer` package.
4+
15
## 0.7.4+2
26

37
* **BUG FIX**: `ConstantReader.revive()` now properly returns no URL fragment

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/source_gen
66
environment:
77
sdk: '>=1.22.1 <2.0.0'
88
dependencies:
9-
analyzer: '>=0.29.10 <0.31.0'
9+
analyzer: '>=0.29.10 <0.32.0'
1010
build: '>=0.10.0 <0.13.0'
1111
dart_style: '>=0.1.7 <2.0.0'
1212
meta: ^1.1.0

0 commit comments

Comments
 (0)