Skip to content

Commit

Permalink
Fix install toolchain (#16)
Browse files Browse the repository at this point in the history
* fix: add toolchain to install

* chore: update changelog
  • Loading branch information
h4sh3d authored Jun 27, 2022
1 parent e0f5d54 commit 7bc3608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
default: true
override: true
toolchain: stable
default: true
override: true

- name: Cargo build update lockfile
if: ${{ inputs.build }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Add `toolchain: stable` in draft release

## [2.0.0] - 2022-06-27

### Added
Expand Down

0 comments on commit 7bc3608

Please sign in to comment.