Skip to content

Commit

Permalink
Bump SDK constraints for pub (#45)
Browse files Browse the repository at this point in the history
Use a 2.12.0 lower bound since pub does not understand allowed
experiments for earlier versions.

Use a 3.0.0 upper bound to avoid a warning in pub and to give some
flexibility in publishing for stable.
  • Loading branch information
natebosch committed Nov 3, 2020
1 parent 52048d3 commit fe1299b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0-nullsafety.3

* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
guidelines.

## 1.5.0-nullsafety.2

* Allow prerelease versions of the 2.12 sdk.
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: pool
version: 1.5.0-nullsafety.2
version: 1.5.0-nullsafety.3

description: >-
Manage a finite pool of resources.
Useful for controlling concurrent file system or network requests.
homepage: https://github.com/dart-lang/pool

environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.10.0-0 <2.12.0'
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
async: '>=2.5.0-nullsafety <2.5.0'
Expand Down

0 comments on commit fe1299b

Please sign in to comment.