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 03702bb commit 66175adCopy full SHA for 66175ad
pkgs/cli_util/CHANGELOG.md
@@ -1,4 +1,6 @@
1
-# Changelog
+## 0.1.2+1
2
+
3
+- Remove unneeded change to Dart SDK constraint.
4
5
## 0.1.2
6
pkgs/cli_util/pubspec.yaml
@@ -1,11 +1,11 @@
name: cli_util
-version: 0.1.2
+version: 0.1.2+1
author: Dart Team <[email protected]>
description: A library to help in building Dart command-line apps.
homepage: https://github.com/dart-lang/cli_util
7
environment:
8
- sdk: '>=1.11.0 <2.0.0-dev.infinity'
+ sdk: '>=1.11.0 <2.0.0'
9
10
dependencies:
11
path: '>=1.0.0 <2.0.0'
0 commit comments