File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 tags :
66 - " *"
77env :
8- MSRV : 1.60.0
98 CARGO : cargo
109
1110jobs :
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}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.5.0"
44description = " Emmylua parser and transformer"
55authors = [" numToStr <sudo@vikasraj.dev>" ]
66edition = " 2021"
7- rust-version = " 1.60 .0"
7+ rust-version = " 1.63 .0"
88homepage = " https://github.com/numToStr/lemmy-help"
99repository = " https://github.com/numToStr/lemmy-help"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments