| Index: pkg/kernel/pubspec.yaml
|
| diff --git a/pkg/kernel/pubspec.yaml b/pkg/kernel/pubspec.yaml
|
| index 84e28dfad1efaeabddc02b13a767d43fbaec1d58..1ec2635905e908a5920ec88f5c56dd19463ce23f 100644
|
| --- a/pkg/kernel/pubspec.yaml
|
| +++ b/pkg/kernel/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: kernel
|
| -version: 0.3.0-alpha.1
|
| +version: 0.3.0-alpha.2
|
| author: Dart Team <misc@dartlang.org>
|
| description: Dart IR (Intermediate Representation)
|
| homepage: https://github.com/dart-lang/kernel
|
| environment:
|
| - sdk: ">=1.8.0"
|
| + sdk: ">=1.8.0 <2.0.0-dev.infinity"
|
| dependencies:
|
| path: ^1.3.9
|
| args: ^0.13.4
|
|
|