mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update typeable to pick up a warning fix.
This commit is contained in:
parent
00298221a6
commit
5d71609ccd
3 changed files with 9 additions and 9 deletions
6
ports/android/glut_app/Cargo.lock
generated
6
ports/android/glut_app/Cargo.lock
generated
|
@ -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
ports/cef/Cargo.lock
generated
6
ports/cef/Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue