diff options
author | Bryant Mairs <bryantmairs@google.com> | 2017-11-13 20:27:06 -0800 |
---|---|---|
committer | Bryant Mairs <bryantmairs@google.com> | 2017-11-13 20:27:06 -0800 |
commit | c2c1973382e0c013628d951f0e8a05b21eaa5ba1 (patch) | |
tree | 155320493184e2ff7a33830a92844c1049016237 /Cargo.toml | |
parent | 55f0a1398022816b370e2f1f9ab00921cad5f44f (diff) | |
download | nix-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.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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/**/*" ] |