summaryrefslogtreecommitdiffstats
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_deploy.sh')
-rw-r--r--ci/before_deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 7525d8c..db96734 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -4,6 +4,7 @@ set -ex
main() {
local src=$(pwd) \
+ features="--features reqwest/native-tls-vendored" \
stage=
case $TRAVIS_OS_NAME in
@@ -17,7 +18,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
- cross rustc --bin so --target $TARGET --release -- -C lto
+ cross rustc $features --bin so --target $TARGET --release -- -C lto
cp target/$TARGET/release/so $stage/