Skip to content

Commit

Permalink
CI: remove rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 22, 2022
1 parent 96d9a96 commit 798f354
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# use rust-toolchain file
- name: Setup | Toolchain
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-memstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup | Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: nightly
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup | Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: nightly
profile: minimal
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 798f354

Please sign in to comment.