Merge pull request #707 from erickt/fuchsia-0.3

Remove unnecessary import of fuchsia-zircon in rand-0.3
diff --git a/Cargo.toml b/Cargo.toml
index 4ea635d..4367762 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.3.22"
+version = "0.3.23"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
@@ -26,6 +26,3 @@
 
 [workspace]
 members = ["rand-derive"]
-
-[target.'cfg(target_os = "fuchsia")'.dependencies]
-fuchsia-zircon = "0.3.2"