Skip to content

Commit

Permalink
chore: bump MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Aug 17, 2022
1 parent 71ee07a commit 9feafb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- "*"
env:
MSRV: 1.60.0
CARGO: cargo

jobs:
Expand Down Expand Up @@ -53,6 +52,8 @@ jobs:
PKG_HOMEPAGE=$(sed -n 's/^homepage = "\(.*\)"/\1/p' Cargo.toml)
PKG_BASENAME="${PKG_NAME}-${{ matrix.job.target }}"
echo "MSRV=$(sed -n 's/^rust-version = "\(.*\)"/\1/p' Cargo.toml)" >> $GITHUB_ENV
echo ::set-output name=PKG_VERSION::${PKG_VERSION}
echo ::set-output name=PKG_NAME::${PKG_NAME}
echo ::set-output name=PKG_BASENAME::${PKG_BASENAME}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
description = "Emmylua parser and transformer"
authors = ["numToStr <[email protected]>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.63.0"
homepage = "https://github.com/numToStr/lemmy-help"
repository = "https://github.com/numToStr/lemmy-help"
license = "MIT"
Expand Down

0 comments on commit 9feafb0

Please sign in to comment.