From 2239c2539aee75975291443d68c5acd4f5948bd9 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 7 Sep 2022 12:13:55 -0500 Subject: [PATCH] Publish with features compatible for Rust CI image. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d220307..b7d3cae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ publish: stage: publish script: - cargo login $CARGO_TOKEN - - cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true - - cargo publish --manifest-path speech-dispatcher/Cargo.toml + - cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher-sys/Cargo.toml || true + - cargo publish --no-default-features --features 0_10 --manifest-path speech-dispatcher/Cargo.toml only: - tags