Skip to content

Commit

Permalink
Add constraint to version of leak_tracker. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 13, 2023
1 parent 0fe8bca commit 04405c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/leak_tracker_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.2

* Update version of leak_tracker to `^8.0.0`.

# 1.0.1

* Set version of leak_tracker to `any`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/leak_tracker_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: leak_tracker_testing
version: 1.0.1
version: 1.0.2
description: Leak tracking code intended for usage in tests.
repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_testing

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
leak_tracker: any
leak_tracker: ^8.0.0
test: ^1.16.0

dev_dependencies:
Expand Down

0 comments on commit 04405c3

Please sign in to comment.