From 2f5dfe1b395803149d3a1ce2762e32aeef9aa8b7 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 27 Oct 2014 07:37:53 +1000 Subject: [PATCH] Fix cargo.lock that got out of sync when two successive commits (1) updated the SHA (2) added the dependency to util with the old SHA. --- Cargo.lock | 2 +- ports/android/glut_app/Cargo.lock | 1 + ports/cef/Cargo.lock | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 51ec1de40bb..459542ab7c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ name = "util" version = "0.0.1" dependencies = [ "geom 0.1.0 (git+https://github.com/servo/rust-geom#b001a76e907befaae1d0d6dd259418a22092da86)", - "layers 0.1.0 (git+https://github.com/servo/rust-layers#12bfe675d9759a8b7fee21898eac92da3b5a5224)", + "layers 0.1.0 (git+https://github.com/servo/rust-layers#eac91e00db9af155f3004b408a18cb6d9f462a25)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache#124b891ebb4564743068f99aaeb0e154de343efb)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache#124b891ebb4564743068f99aaeb0e154de343efb)", "task_info 0.0.1", diff --git a/ports/android/glut_app/Cargo.lock b/ports/android/glut_app/Cargo.lock index e9919e6f892..731d66c03d4 100644 --- a/ports/android/glut_app/Cargo.lock +++ b/ports/android/glut_app/Cargo.lock @@ -498,6 +498,7 @@ name = "util" version = "0.0.1" dependencies = [ "geom 0.1.0 (git+https://github.com/servo/rust-geom#b001a76e907befaae1d0d6dd259418a22092da86)", + "layers 0.1.0 (git+https://github.com/servo/rust-layers#eac91e00db9af155f3004b408a18cb6d9f462a25)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache#97754929f38d93f6728d1f0acce8107648420e98)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache#97754929f38d93f6728d1f0acce8107648420e98)", "task_info 0.0.1", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 15567a17d42..6881866dc75 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -516,6 +516,7 @@ name = "util" version = "0.0.1" dependencies = [ "geom 0.1.0 (git+https://github.com/servo/rust-geom#b001a76e907befaae1d0d6dd259418a22092da86)", + "layers 0.1.0 (git+https://github.com/servo/rust-layers#eac91e00db9af155f3004b408a18cb6d9f462a25)", "string_cache 0.0.0 (git+https://github.com/servo/string-cache#97754929f38d93f6728d1f0acce8107648420e98)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache#97754929f38d93f6728d1f0acce8107648420e98)", "task_info 0.0.1",