Skip to content

Commit ebaa9fb

Browse files
committed
chore: min_loader_version 回归 v1.0.0
1 parent 76842e3 commit ebaa9fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Applesaber"]
66
description = { zh = "CHUNITHM Mod", en = "CHUNITHM Mod" }
77
homepage = "https://github.com/MuNET-OSS/AppleChu"
88
license = "Apache-2.0"
9-
min_loader_version = "3.0.0"
9+
min_loader_version = "1.0.0"
1010
game_versions = ["2.45"]
1111

1212
[ui]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::util::api::{Api, ChuModAPI, ChuModInfo, API};
1515

1616
const NAME: &[u8] = b"AppleChu\0";
1717
const VERSION: &[u8] = b"1.0.0\0";
18-
const MIN_LOADER_VERSION: &[u8] = b"3.0.0\0";
18+
const MIN_LOADER_VERSION: &[u8] = b"1.0.0\0";
1919

2020
#[no_mangle]
2121
pub extern "C" fn chumod_name() -> *const c_char {

0 commit comments

Comments
 (0)