Skip to content

Commit

Permalink
Prepare for the 2.11 dev SDKs (#25)
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 d51cdb7 commit a0113de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0-nullsafety.1

- Allow 2.10 stable and 2.11.0 dev SDK versions.

## 1.1.0-nullsafety

- Migrate to null safety.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: string_scanner
version: 1.1.0-nullsafety
version: 1.1.0-nullsafety.1

description: A class for parsing strings using a sequence of patterns.
homepage: https://github.com/dart-lang/string_scanner

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:
charcode: '>=1.2.0-nullsafety <1.2.0'
Expand Down

0 comments on commit a0113de

Please sign in to comment.