chore: pin toolchain to MSRV(1.76) (#900)
* chore: pin toolchain to MSRV(1.76) * chore: remove more toolchain action & update readme
This commit is contained in:
5
.github/workflows/create_release_assets.yml
vendored
5
.github/workflows/create_release_assets.yml
vendored
@@ -18,11 +18,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: setup Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Install cargo-deb
|
||||
run: cargo install cargo-deb
|
||||
if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
|
||||
Reference in New Issue
Block a user