We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22543ce + 1328132 commit aee8f9eCopy full SHA for aee8f9e
pkgs/io/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.2
2
+
3
+* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
4
5
## 1.0.1
6
7
* Update code examples to call the unified `dart` developer tool.
pkgs/io/pubspec.yaml
@@ -2,14 +2,14 @@ name: io
description: >-
Utilities for the Dart VM Runtime including support for ANSI colors,
file copying, and standard exit code values.
-version: 1.0.1
+version: 1.0.2
repository: https://github.com/dart-lang/io
8
environment:
9
sdk: ">=2.12.0 <3.0.0"
10
11
dependencies:
12
- meta: ^1.3.0
+ meta: '>=1.3.0 <3.0.0'
13
path: ^1.8.0
14
string_scanner: ^1.1.0
15
0 commit comments