Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.10.0-nullsafety.3-dev
## 1.10.0-nullsafety.3

* Fix bug parsing asynchronous suspension gap markers at the end of stack
traces.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: stack_trace
version: 1.10.0-nullsafety.3-dev
version: 1.10.0-nullsafety.3
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 <2.11.0'
sdk: '>=2.11.0-0 <2.11.0'

dependencies:
path: ^1.8.0-nullsafety
Expand Down