Skip to content

Commit 9514c57

Browse files
kevmoonatebosch
authored andcommitted
Support latest pkg/build (#90)
1 parent 2b10844 commit 9514c57

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

37
* Added GeneratorBuilder option isStandalone to generate files that aren't

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: source_gen
2-
version: 0.5.1
2+
version: 0.5.1+1
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen
66
environment:
77
sdk: '>=1.12.0 <2.0.0'
88
dependencies:
99
analyzer: '^0.27.3'
10-
build: '>=0.2.1 <0.4.0'
10+
build: '>=0.2.1 <0.5.0'
1111
cli_util: ^0.0.1
1212
dart_style: '>=0.1.7 <0.3.0'
1313
path: ^1.3.2
1414
dev_dependencies:
1515
collection: ^1.1.2
16-
mockito: ^0.11.0
16+
mockito: '>=0.11.0 <2.0.0'
1717
test: ^0.12.3

0 commit comments

Comments
 (0)