allow the 2.12 prerelease sdks (dart-lang/pool#44)
diff --git a/pkgs/pool/CHANGELOG.md b/pkgs/pool/CHANGELOG.md index 5d9f6c4..035605e 100644 --- a/pkgs/pool/CHANGELOG.md +++ b/pkgs/pool/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 1.5.0-nullsafety.2 + +* Allow prerelease versions of the 2.12 sdk. + ## 1.5.0-nullsafety.1 * Allow 2.10 stable and 2.11.0 dev SDK versions.
diff --git a/pkgs/pool/pubspec.yaml b/pkgs/pool/pubspec.yaml index 68b7bb1..5e0a69b 100644 --- a/pkgs/pool/pubspec.yaml +++ b/pkgs/pool/pubspec.yaml
@@ -1,5 +1,5 @@ name: pool -version: 1.5.0-nullsafety.1 +version: 1.5.0-nullsafety.2 description: >- Manage a finite pool of resources. @@ -8,71 +8,13 @@ environment: # This must remain a tight constraint until nnbd is stable - sdk: '>=2.10.0-0 <2.11.0' + sdk: '>=2.10.0-0 <2.12.0' dependencies: async: '>=2.5.0-nullsafety <2.5.0' stack_trace: '>=1.10.0-nullsafety <1.10.0' dev_dependencies: - fake_async: ^1.0.0 - pedantic: ^1.4.0 - test: ^1.0.0 - -dependency_overrides: - async: - git: git://github.com/dart-lang/async.git - boolean_selector: - git: git://github.com/dart-lang/boolean_selector.git - charcode: - git: git://github.com/dart-lang/charcode.git - collection: - git: git://github.com/dart-lang/collection.git - clock: - git: git://github.com/dart-lang/clock.git - fake_async: - git: git://github.com/dart-lang/fake_async.git - js: - git: - url: git://github.com/dart-lang/sdk.git - path: pkg/js - ref: 2-10-pkgs - matcher: - git: git://github.com/dart-lang/matcher.git - meta: - git: - url: git://github.com/dart-lang/sdk.git - path: pkg/meta - ref: 2-10-pkgs - path: - git: git://github.com/dart-lang/path.git - pedantic: - git: git://github.com/dart-lang/pedantic.git - source_maps: - git: git://github.com/dart-lang/source_maps.git - source_map_stack_trace: - git: git://github.com/dart-lang/source_map_stack_trace.git - source_span: - git: git://github.com/dart-lang/source_span.git - stack_trace: - git: git://github.com/dart-lang/stack_trace.git - stream_channel: - git: git://github.com/dart-lang/stream_channel.git - string_scanner: - git: git://github.com/dart-lang/string_scanner.git - term_glyph: - git: git://github.com/dart-lang/term_glyph.git - test_api: - git: - url: git://github.com/dart-lang/test.git - path: pkgs/test_api - test_core: - git: - url: git://github.com/dart-lang/test.git - path: pkgs/test_core - test: - git: - url: git://github.com/dart-lang/test.git - path: pkgs/test - typed_data: - git: git://github.com/dart-lang/typed_data.git + fake_async: ^1.2.0-nullsafety + pedantic: ^1.10.0-nullsafety + test: ^1.16.0-nullsafety