Skip to content

Commit aee8f9e

Browse files
authored
Merge pull request dart-archive/io#79 from scheglov/meta-2.0.0
Update 'meta' constraint to '>=1.3.0 <3.0.0'.
2 parents 22543ce + 1328132 commit aee8f9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/io/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
4+
15
## 1.0.1
26

37
* Update code examples to call the unified `dart` developer tool.

pkgs/io/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: io
22
description: >-
33
Utilities for the Dart VM Runtime including support for ANSI colors,
44
file copying, and standard exit code values.
5-
version: 1.0.1
5+
version: 1.0.2
66
repository: https://github.com/dart-lang/io
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"
1010

1111
dependencies:
12-
meta: ^1.3.0
12+
meta: '>=1.3.0 <3.0.0'
1313
path: ^1.8.0
1414
string_scanner: ^1.1.0
1515

0 commit comments

Comments
 (0)