Skip to content

Commit

Permalink
Merge pull request #16 from mnbjhu/fixing_releasing
Browse files Browse the repository at this point in the history
adding toolchain version
  • Loading branch information
mnbjhu authored Aug 6, 2024
2 parents a68318d + 40ac38a commit 3aa76e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
TOOLCHAIN_VERSION: 1.73
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ chumsky = "1.0.0-alpha.7"
ptree = "0.4.0"
glob = "0.3.1"

# Use toolchain version 1.74
[package.metadata.toolchain]
version = "1.73"

[lints.clippy]

0 comments on commit 3aa76e9

Please sign in to comment.