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.
1 parent cbebf75 commit 5763bbeCopy full SHA for 5763bbe
pkgs/cli_util/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.3
2
+
3
+- Reverted `meta` constraint to `^1.3.0`.
4
5
## 0.3.2
6
7
- Update `meta` constraint to `>=1.3.0 <3.0.0`.
pkgs/cli_util/pubspec.yaml
@@ -1,13 +1,13 @@
name: cli_util
-version: 0.3.2
+version: 0.3.3
description: A library to help in building Dart command-line apps.
repository: https://github.com/dart-lang/cli_util
environment:
sdk: '>=2.12.0 <3.0.0'
8
9
dependencies:
10
- meta: '>=1.3.0 <3.0.0'
+ meta: ^1.3.0
11
path: ^1.8.0
12
13
dev_dependencies:
0 commit comments