aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-04-29 14:34:35 +0200
committerJosh Matthews <josh@joshmatthews.net>2019-05-25 07:15:30 -0400
commit17582073935c2efc677769a1e29602b334610287 (patch)
tree98d08098a1fb1a594061d0d1435c15d8d37b69fb /components/webvr_traits
parent1c74a80e283b73e54bccb11d9114c1b33dc8052f (diff)
downloadservo-17582073935c2efc677769a1e29602b334610287.tar.gz
servo-17582073935c2efc677769a1e29602b334610287.zip
Glutin update: dependencies update
Diffstat (limited to 'components/webvr_traits')
-rw-r--r--components/webvr_traits/Cargo.toml2
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"