diff options
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 da68644c050..a9a49cd59e0 100644 --- a/components/webvr_traits/Cargo.toml +++ b/components/webvr_traits/Cargo.toml @@ -13,5 +13,5 @@ path = "lib.rs" [dependencies] ipc-channel = "0.12" msg = {path = "../msg"} -rust-webvr-api = { version = "0.14", features = ["ipc"] } +rust-webvr-api = {version = "0.16", features = ["ipc"]} serde = "1.0" |