From 07b033505eea4c1da2df04ce0f561ce04ae9e132 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sun, 8 Oct 2017 19:15:17 -0700 Subject: [PATCH] Remove outdated documentation link docs.rs should serve fine for our purposes. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1dd3efd..c72694d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openvr" -version = "0.5.0" +version = "0.5.1" authors = [ "Colin Sherratt", "Erick Tryzelaar", @@ -9,7 +9,6 @@ authors = [ ] license-file = "LICENSE.md" -documentation = "http://rust-openvr.github.io/rust-openvr/openvr/index.html" homepage = "https://github.com/rust-openvr/rust-openvr" repository = "https://github.com/rust-openvr/rust-openvr"