Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Feb 26, 2019
1 parent cdb32ec commit b61b1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust-webvr-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-webvr-api"
version = "0.10.3"
version = "0.10.4"
authors = ["The Servo Project Developers"]

homepage = "https://github.com/servo/rust-webvr"
Expand Down
4 changes: 2 additions & 2 deletions rust-webvr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-webvr"
version = "0.10.1"
version = "0.10.2"
authors = ["The Servo Project Developers"]

homepage = "https://github.com/servo/rust-webvr"
Expand Down Expand Up @@ -28,7 +28,7 @@ googlevr = ["gvr-sys"]
oculusvr = ["ovr-mobile-sys"]

[dependencies]
rust-webvr-api = { path = "../rust-webvr-api", version = "0.10" }
rust-webvr-api = { path = "../rust-webvr-api", version = "0.10.4" }
log = "0.4"
libloading = { version = "0.5", optional = true, default-features = false }
gvr-sys = { version = "0.7", optional = true }
Expand Down

0 comments on commit b61b1e5

Please sign in to comment.