Skip to content

Commit

Permalink
allow the 2.12 prerelease sdks (dart-lang/pool#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Oct 23, 2020
1 parent 9e73f83 commit c5aa0ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 63 deletions.
4 changes: 4 additions & 0 deletions pkgs/pool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
68 changes: 5 additions & 63 deletions pkgs/pool/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -8,71 +8,13 @@ homepage: https://github.com/dart-lang/pool

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

0 comments on commit c5aa0ea

Please sign in to comment.