Update .drone.yml
Some checks reported errors
continuous-integration/drone/pr Build was killed
Cargo Build & Test / Rust project - latest (stable) (push) Has been cancelled
Cargo Build & Test / Rust project - latest (stable) (pull_request) Has been cancelled
continuous-integration/drone/push Build was killed

Moved rust version to secret
This commit is contained in:
Leon Wilzer 2023-11-17 09:27:06 +01:00
parent 73abf16ccf
commit c4241dd005

View File

@ -6,7 +6,7 @@ platform:
steps:
- name: test
image: rust:1.66.1
image: ${RUST_IMAGE}
commands:
- rustc --version
- cargo --version
@ -21,7 +21,7 @@ platform:
steps:
- name: test
image: rust:1.66.1
image: ${RUST_IMAGE}
commands:
- rustc --version
- cargo --version