diff options
author | Paul Rouget <me@paulrouget.com> | 2019-04-29 14:34:35 +0200 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-05-25 07:15:30 -0400 |
commit | 17582073935c2efc677769a1e29602b334610287 (patch) | |
tree | 98d08098a1fb1a594061d0d1435c15d8d37b69fb /components/webvr_traits | |
parent | 1c74a80e283b73e54bccb11d9114c1b33dc8052f (diff) | |
download | servo-17582073935c2efc677769a1e29602b334610287.tar.gz servo-17582073935c2efc677769a1e29602b334610287.zip |
Glutin update: dependencies update
Diffstat (limited to 'components/webvr_traits')
-rw-r--r-- | components/webvr_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml index bf268053a9d..e55953f3536 100644 --- a/components/webvr_traits/Cargo.toml +++ b/components/webvr_traits/Cargo.toml @@ -13,5 +13,5 @@ path = "lib.rs" [dependencies] ipc-channel = "0.11" msg = {path = "../msg"} -rust-webvr-api = {version = "=0.11.0", features = ["ipc"]} +rust-webvr-api = {version = "0.11", features = ["ipc"]} serde = "1.0" |