From 972e593419aa1aa03cbdcfac2c9bd7b9570b8a60 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 9 Dec 2014 05:33:57 -0700 Subject: [PATCH] servo: Merge #4303 - Update typeable to pick up a warning fix (from Ms2ger:docs-warning); r=Manishearth Source-Repo: https://github.com/servo/servo Source-Revision: 25e5d312892421008133cb6c099644cf46a7b2bc --- servo/components/servo/Cargo.lock | 6 +++--- servo/ports/android/glut_app/Cargo.lock | 6 +++--- servo/ports/cef/Cargo.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/servo/components/servo/Cargo.lock b/servo/components/servo/Cargo.lock index afaf29f0e2f0..74694f61fbd6 100644 --- a/servo/components/servo/Cargo.lock +++ b/servo/components/servo/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", - "typeable 0.0.1 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.0 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -652,8 +652,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.1" -source = "git+https://github.com/reem/rust-typeable#55154e1809db8ceec8f8519bdbb638c2fbd712f5" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any" diff --git a/servo/ports/android/glut_app/Cargo.lock b/servo/ports/android/glut_app/Cargo.lock index d329e6b9ac0c..e4aaeb488c15 100644 --- a/servo/ports/android/glut_app/Cargo.lock +++ b/servo/ports/android/glut_app/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl.git)", - "typeable 0.0.2 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.1 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -599,8 +599,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.2" -source = "git+https://github.com/reem/rust-typeable#2f240fb44ce2fcdbb2b890623bfb2afe18a67c05" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any" diff --git a/servo/ports/cef/Cargo.lock b/servo/ports/cef/Cargo.lock index 7431052c901a..4859a539d38b 100644 --- a/servo/ports/cef/Cargo.lock +++ b/servo/ports/cef/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", - "typeable 0.0.1 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.0 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -631,8 +631,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.1" -source = "git+https://github.com/reem/rust-typeable#55154e1809db8ceec8f8519bdbb638c2fbd712f5" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any"