This commit is contained in:
Jack May 2019-06-12 13:04:24 -07:00 committed by GitHub
parent 0dcdc37fec
commit b78a13d42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[package]
name = "solana-bpf-rust-dep-crate"
version = "0.16.0"
description = "Solana BPF iter program written in Rust"
description = "Solana BPF dep-crate program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"

View File

@ -11,6 +11,7 @@ fi
cd "$1"
set -ex
set -e
echo "Cleaning $1"
cargo clean