Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6cd2f88

Browse files
committedMay 15, 2023
Bump version to 546.0.0 (with Lua 5.4.6)
1 parent 3d0c6b4 commit 6cd2f88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+979
-726
lines changed
 

‎.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
lua: [lua54, lua53, lua52, lua51]
1919
include:
2020
- target: x86_64-unknown-linux-gnu
21-
os: ubuntu-18.04
21+
os: ubuntu-latest
2222
- target: i686-unknown-linux-gnu
23-
os: ubuntu-18.04
23+
os: ubuntu-latest
2424
- target: x86_64-pc-windows-gnu
25-
os: ubuntu-18.04
25+
os: ubuntu-latest
2626
- target: arm-unknown-linux-gnueabi
27-
os: ubuntu-18.04
27+
os: ubuntu-latest
2828
- target: x86_64-apple-darwin
2929
os: macos-latest
3030
- target: x86_64-pc-windows-msvc
@@ -65,11 +65,11 @@ jobs:
6565
needs: build
6666
strategy:
6767
matrix:
68-
os: [ubuntu-18.04, macos-latest, windows-latest]
68+
os: [ubuntu-latest, macos-latest, windows-latest]
6969
rust: [stable]
7070
lua: [lua54, lua53, lua52, lua51]
7171
include:
72-
- os: ubuntu-18.04
72+
- os: ubuntu-latest
7373
target: x86_64-unknown-linux-gnu
7474
- os: macos-latest
7575
target: x86_64-apple-darwin
@@ -89,7 +89,7 @@ jobs:
8989

9090
rustfmt:
9191
name: Rustfmt
92-
runs-on: ubuntu-18.04
92+
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@v2
9595
- uses: actions-rs/toolchain@v1

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "lua-src"
3-
version = "544.0.1"
3+
version = "546.0.0"
44
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
repository = "https://github.com/khvzak/lua-src-rs"
77
keywords = ["lua", "lua51", "lua52", "lua53", "lua54"]
88
readme = "README.md"

0 commit comments

Comments
 (0)
Please sign in to comment.