From b2e19f10104ce9d3bd62206d414409ae0ec41b9d Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 30 Jul 2015 14:18:30 -0700 Subject: [PATCH] Bump sky_services to v0.0.3 --- sky/packages/sky/pubspec.yaml | 2 +- sky/packages/sky_services/pubspec.yaml | 4 ++-- sky/packages/workbench/pubspec.yaml | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index ae883b24fd8..9ec03bbb071 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: mojo: 0.0.21 newton: ^0.1.2 sky_engine: ^0.0.2 - sky_services: ^0.0.2 + sky_services: ^0.0.3 sky_tools: ^0.0.4 vector_math: ^1.4.3 environment: diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index e3c60b286c6..1a4d0b3fe1f 100644 --- a/sky/packages/sky_services/pubspec.yaml +++ b/sky/packages/sky_services/pubspec.yaml @@ -1,9 +1,9 @@ name: sky_services -version: 0.0.2 +version: 0.0.3 author: Chromium Authors description: Mojom interfaces associated with Sky homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky_services dependencies: - mojo: 0.0.21 + mojo: ^0.0.21 environment: sdk: '>=1.8.0 <2.0.0' diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 81d282944f5..71cf74913b0 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/sky/packages/workbench/pubspec.yaml @@ -11,7 +11,5 @@ dependency_overrides: path: ../material_design_icons sky: path: ../sky - sky_services: - path: ../../../out/Debug/gen/dart-pkg/sky_services environment: sdk: '>=1.8.0 <2.0.0'