Upgrade rust/crates/clang-sys to 1.0.1

Test: make
Change-Id: I1fbac662689a8dc63ccceebede143018d7e0c917
diff --git a/Cargo.toml b/Cargo.toml
index f7e1e23..7937a28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,12 +12,12 @@
 
 [package]
 name = "clang-sys"
-version = "1.0.0"
+version = "1.0.1"
 authors = ["Kyle Mayes <kyle@mayeses.com>"]
 build = "build.rs"
 links = "clang"
 description = "Rust bindings for libclang."
-documentation = "https://kylemayes.github.io/clang-sys/runtime/clang_sys"
+documentation = "https://docs.rs/clang-sys"
 readme = "README.md"
 license = "Apache-2.0"
 repository = "https://github.com/KyleMayes/clang-sys"