diff --git a/.drone.yml b/.drone.yml index 86f07165..67f01155 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: PLUGIN_DEPTH: 5 - name: cargo-deps - image: rust:1.61 + image: rust:1.64 commands: - cargo fetch environment: @@ -25,7 +25,7 @@ steps: - git-clone - name: cargo-format - image: rust:1.61 + image: rust:1.64 commands: - cargo fmt --all -- --check environment: @@ -34,7 +34,7 @@ steps: - cargo-deps - name: cargo-clippy-ci - image: rust:1.61 + image: rust:1.64 commands: - cargo clippy -- -D warnings && cargo clippy --features toggle -- -D warnings && @@ -47,7 +47,7 @@ steps: - cargo-format - name: cargo-test - image: rust:1.61 + image: rust:1.64 commands: - cargo test --all && cargo test --all --features toggle environment: @@ -79,7 +79,7 @@ steps: PLUGIN_DEPTH: 5 - name: build-production - image: rust:1.61 + image: rust:1.64 commands: - ./deploy/build production environment: diff --git a/deploy/build b/deploy/build index cedde5f5..17dcca2a 100755 --- a/deploy/build +++ b/deploy/build @@ -29,6 +29,6 @@ apt-get install jq -y git checkout . -cargo install cargo-release +cargo install cargo-release --version "0.23.*" cargo login "$CARGO_AUTH_KEY" cargo release publish --execute --no-confirm --workspace --all-features