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
This commit is contained in:
Ms2ger 2014-12-09 05:33:57 -07:00
Родитель 6383ed9edb
Коммит 972e593419
3 изменённых файлов: 9 добавлений и 9 удалений

6
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"

6
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"

6
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"