Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Rust versioning #52

Merged
merged 2 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ steps:
- name: cargo-format
image: rust:1.64
commands:
- cargo fmt --all -- --check
- rustup component add rustfmt &&
MaeIsBad marked this conversation as resolved.
Show resolved Hide resolved
cargo fmt --all -- --check
environment:
CARGO_HOME: /drone/src/.cargo
depends_on:
Expand All @@ -36,7 +37,8 @@ steps:
- name: cargo-clippy-ci
image: rust:1.64
commands:
- cargo clippy -- -D warnings &&
- rustup component add clippy &&
cargo clippy -- -D warnings &&
cargo clippy --features toggle -- -D warnings &&
cargo clippy --release -- -D warnings &&
cargo clippy --release --features toggle -- -D warnings
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.