Skip to content

Commit

Permalink
Prepare for the 2.11 dev SDKs (dart-archive/typed_data#40)
Browse files Browse the repository at this point in the history
Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.
  • Loading branch information
natebosch authored Sep 22, 2020
1 parent 2589a1d commit 82779f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/typed_data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0-nullsafety.3

* Allow 2.10 stable and 2.11.0 dev SDK versions.

## 1.3.0-nullsafety.2

* Update for the 2.10 dev sdk.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/typed_data/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: typed_data
version: 1.3.0-nullsafety.2
version: 1.3.0-nullsafety.3

description: >-
Utility functions and classes related to the dart:typed_data library.
homepage: https://github.com/dart-lang/typed_data

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

dependencies:
collection: '>=1.15.0-nullsafety <1.15.0'
Expand Down

0 comments on commit 82779f8

Please sign in to comment.