Support latest version of pkg:csv (dart-lang/term_glyph#6)
diff --git a/pkgs/term_glyph/pubspec.yaml b/pkgs/term_glyph/pubspec.yaml index 6ef0c7c..4cbaeb4 100644 --- a/pkgs/term_glyph/pubspec.yaml +++ b/pkgs/term_glyph/pubspec.yaml
@@ -1,5 +1,5 @@ name: term_glyph -version: 1.0.1 +version: 1.0.2-dev description: Useful glyphs and Windows-safe equivalents. author: Dart Team <misc@dartlang.org> @@ -9,6 +9,6 @@ sdk: '>=1.8.0 <3.0.0' dev_dependencies: - csv: ^3.0.0 + csv: '>=3.0.0 <5.0.0' dart_style: '>=0.2.0 <2.0.0' test: '>=0.12.0 <2.0.0'