Skip to content

Commit 74f02af

Browse files
committed
Switch to 2025 edition
1 parent c219e40 commit 74f02af

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "luau0-src"
33
version = "0.17.1+luau702"
44
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
5-
edition = "2021"
5+
edition = "2024"
66
repository = "https://github.com/mlua-rs/luau-src-rs"
77
keywords = ["lua", "luau", "roblox"]
88
readme = "README.md"

testcrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "testcrate"
33
version = "0.1.0"
44
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
5-
edition = "2021"
5+
edition = "2024"
66
publish = false
77

88
[build-dependencies.luau0-src]

testcrate/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#![allow(clippy::missing_safety_doc)]
2-
#![allow(non_snake_case, non_camel_case_types)]
1+
#![allow(unsafe_op_in_unsafe_fn, non_snake_case, clippy::missing_safety_doc)]
32

43
use std::os::raw::{c_char, c_int, c_long, c_void};
54

0 commit comments

Comments
 (0)