Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 8e6e532

Browse files
authored
Prepare to publish (#85)
Bump the min SDk to `2.11.0-0`. There were changes previously which appear to depend on changes in the SDK that were not reflected in the lower bound constraint, bump to a much more recent SDK for safety.
1 parent 45319bf commit 8e6e532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.10.0-nullsafety.3-dev
1+
## 1.10.0-nullsafety.3
22

33
* Fix bug parsing asynchronous suspension gap markers at the end of stack
44
traces.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: stack_trace
2-
version: 1.10.0-nullsafety.3-dev
2+
version: 1.10.0-nullsafety.3
33
description: A package for manipulating stack traces and printing them readably.
44
homepage: https://github.com/dart-lang/stack_trace
55

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

1010
dependencies:
1111
path: ^1.8.0-nullsafety

0 commit comments

Comments
 (0)