File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99description = " Library to calculate the IPL3 checksum for N64 ROMs"
1010repository = " https://github.com/decompollaborate/ipl3checksum"
1111license = " MIT"
12- rust-version = " 1.61 .0"
12+ rust-version = " 1.64 .0"
1313categories = [" no-std" , " no-std::no-alloc" ]
1414keywords = [" n64" , " metadata" , " rom-header" ]
1515
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pub static VERSION_STR: &str = "1.3.0";
1414pub static AUTHOR : & str = "Decompollaborate" ;
1515
1616#[ cfg( feature = "c_bindings" ) ]
17+ #[ allow( non_upper_case_globals) ]
1718mod c_bindings {
1819 #[ no_mangle]
1920 static ipl3checksum_version_major: i32 = super :: VERSION_MAJOR ;
You can’t perform that action at this time.
0 commit comments