Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: pubspec.yaml

Issue 11416379: Fixes for the upcoming sdk changes (bleeding_edge 16052) (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index c068ed55fbab3627042b506ebb6e93d6e7d4b224..6005a173c032ca8b4d110d160670b706de0f4eba 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,11 +2,11 @@ name: web_ui
author: "Web UI Authors <web-ui@dartlang.org>"
homepage: https://github.com/dart-lang/web-ui
description: An easy way to build web apps in Dart.
-version: 0.2.9
+version: 0.3.0
dependencies:
args: any
# Pin html5lib so we don't get unexpected API breaks.
- html5lib: ">=0.2.1+1 <0.2.2"
+ html5lib: ">=0.3.0 <0.3.1"
js: any
logging: any
unittest: any

Powered by Google App Engine
This is Rietveld 408576698