summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-11-13 20:27:06 -0800
committerBryant Mairs <bryantmairs@google.com>2017-11-13 20:27:06 -0800
commitc2c1973382e0c013628d951f0e8a05b21eaa5ba1 (patch)
tree155320493184e2ff7a33830a92844c1049016237 /Cargo.toml
parent55f0a1398022816b370e2f1f9ab00921cad5f44f (diff)
downloadnix-c2c1973382e0c013628d951f0e8a05b21eaa5ba1.zip
Remove deploy.sh
This script is a remnant from when generating docs was part of the publishing process. With docs.rs generating docs for all packages, this is no longer necessary. Additionally this script has been incorrect for a long time since nix moved from carllerche/nix to nix-rust/nix.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 396a64a4..17383e49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,4 @@
[package]
-
name = "nix"
description = "Rust friendly bindings to *nix APIs"
version = "0.10.0-pre"
@@ -10,7 +9,6 @@ categories = ["os::unix-apis"]
exclude = [
".gitignore",
".travis.yml",
- "deploy.sh",
"test/**/*"
]