Skip to content

Commit 3a7ab35

Browse files
committed
Set pak and cz to 2024 edition
1 parent 5fbc63a commit 3a7ab35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cz"
3-
edition = "2021"
3+
edition = "2024"
44
version = "0.1.3"
55
description="""
66
An encoder/decoder for CZ# image files used in the LUCA System engine by

luca_pak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "luca_pak"
3-
edition = "2021"
3+
edition = "2024"
44
version = "0.1.3"
55
description = """
66
An encoder/decoder for PAK archive files used in the LUCA System engine by

0 commit comments

Comments
 (0)