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 aee8f9e + fb03224 commit 51db4e3Copy full SHA for 51db4e3
pkgs/io/CHANGELOG.md
@@ -1,6 +1,10 @@
1
+## 1.0.3
2
+
3
+* Revert `meta` constraint to `^1.3.0`.
4
5
## 1.0.2
6
-* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
7
+* Update `meta` constraint to `>=1.3.0 <3.0.0`.
8
9
## 1.0.1
10
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.2
+version: 1.0.3
repository: https://github.com/dart-lang/io
environment:
sdk: ">=2.12.0 <3.0.0"
11
dependencies:
12
- meta: '>=1.3.0 <3.0.0'
+ meta: ^1.3.0
13
path: ^1.8.0
14
string_scanner: ^1.1.0
15
0 commit comments