Skip to content

Commit

Permalink
Bump SDK constraints for pub (flutter#95)
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 authored Nov 4, 2020
1 parent c9c867f commit dfd5be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 1.10.0-nullsafety.6-dev
## 1.10.0-nullsafety.6

* Fix bug parsing asynchronous suspension gap markers at the end of stack
traces, when parsing with `Trace.parse` and `Chain.parse`.
* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
guidelines.

## 1.10.0-nullsafety.5

Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: stack_trace
version: 1.10.0-nullsafety.6-dev
version: 1.10.0-nullsafety.6
description: A package for manipulating stack traces and printing them readably.
homepage: https://github.com/dart-lang/stack_trace

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

dependencies:
path: ^1.8.0-nullsafety
Expand Down

0 comments on commit dfd5be6

Please sign in to comment.