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

Unified Diff: pubspec.yaml

Issue 1028813002: Introduce span with line context (Closed) Base URL: git@github.com:dart-lang/source_span.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « lib/src/span_with_context.dart ('k') | test/span_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 03b290b17e1a2c7f515853e3f162c46b778ccf63..887c040ca136ec57ef0f496b6d3ea5fd713efd56 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,5 @@
name: source_span
-
-version: 1.0.3
+version: 1.1.0
author: Dart Team <misc@dartlang.org>
description: A library for identifying source spans and locations.
homepage: http://github.com/dart-lang/source_span
@@ -9,4 +8,4 @@ dependencies:
environment:
sdk: '>=0.8.10+6 <2.0.0'
dev_dependencies:
- unittest: '>=0.9.0 <0.10.0'
+ unittest: '>=0.9.0 <0.12.0'
« no previous file with comments | « lib/src/span_with_context.dart ('k') | test/span_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698