Skip to content

Commit 9feafb0

Browse files
committed
chore: bump MSRV to 1.63.0
1 parent 71ee07a commit 9feafb0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- "*"
77
env:
8-
MSRV: 1.60.0
98
CARGO: cargo
109

1110
jobs:
@@ -53,6 +52,8 @@ jobs:
5352
PKG_HOMEPAGE=$(sed -n 's/^homepage = "\(.*\)"/\1/p' Cargo.toml)
5453
PKG_BASENAME="${PKG_NAME}-${{ matrix.job.target }}"
5554
55+
echo "MSRV=$(sed -n 's/^rust-version = "\(.*\)"/\1/p' Cargo.toml)" >> $GITHUB_ENV
56+
5657
echo ::set-output name=PKG_VERSION::${PKG_VERSION}
5758
echo ::set-output name=PKG_NAME::${PKG_NAME}
5859
echo ::set-output name=PKG_BASENAME::${PKG_BASENAME}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
description = "Emmylua parser and transformer"
55
authors = ["numToStr <sudo@vikasraj.dev>"]
66
edition = "2021"
7-
rust-version = "1.60.0"
7+
rust-version = "1.63.0"
88
homepage = "https://github.com/numToStr/lemmy-help"
99
repository = "https://github.com/numToStr/lemmy-help"
1010
license = "MIT"

0 commit comments

Comments
 (0)