summaryrefslogtreecommitdiffstats
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_deploy.sh')
-rwxr-xr-xci/before_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index c1addbc1..7ee824ec 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -8,7 +8,7 @@ set -ex
# Generate artifacts for release
mk_artifacts() {
- cargo build --target "$TARGET" --release --features unstable
+ cargo build --target "$TARGET" --release
}
mk_tarball() {