Skip to content

Commit 0ade1ed

Browse files
committed
Fix ci issues
1 parent c102141 commit 0ade1ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- The prebuilt lib for C bindings are now always packaged as `.tar.gz` for
1717
every platform, instead of providing them as `.zip` in MacOS and Windows.
1818
- Prebuilt libs for MacOS Arm64 are now distributed in each release.
19-
- MSRV (minimum supported Rust version) has been bumped to 1.61.
19+
- MSRV (minimum supported Rust version) has been bumped to 1.64.
2020
- Bump versions of dependencies.
2121

2222
## [1.2.1] - 2024-12-15

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
description = "Library to calculate the IPL3 checksum for N64 ROMs"
1010
repository = "https://github.com/decompollaborate/ipl3checksum"
1111
license = "MIT"
12-
rust-version = "1.61.0"
12+
rust-version = "1.64.0"
1313
categories = ["no-std", "no-std::no-alloc"]
1414
keywords = ["n64", "metadata", "rom-header"]
1515

src/rs/version.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub static VERSION_STR: &str = "1.3.0";
1414
pub static AUTHOR: &str = "Decompollaborate";
1515

1616
#[cfg(feature = "c_bindings")]
17+
#[allow(non_upper_case_globals)]
1718
mod c_bindings {
1819
#[no_mangle]
1920
static ipl3checksum_version_major: i32 = super::VERSION_MAJOR;

0 commit comments

Comments
 (0)