diff options
| author | 2026-01-18 18:24:09 +0800 | |
|---|---|---|
| committer | 2026-01-18 18:24:09 +0800 | |
| commit | e7ac28c6b8467a8fca0a3b61ba498e4742d3a718 (patch) | |
| tree | fab43eb6cfe5f3f5f184e99251d1aaa45afb5c77 /src-tauri/Cargo.toml | |
| parent | 3335b9b63db067d3c97f945d2a978611f5474b30 (diff) | |
| download | DropOut-e7ac28c6b8467a8fca0a3b61ba498e4742d3a718.tar.gz DropOut-e7ac28c6b8467a8fca0a3b61ba498e4742d3a718.zip | |
ci(semifold): prepare for alpha release
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ecd0beb..78743cd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.26" +version = "0.2.0-alpha" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" @@ -36,12 +36,6 @@ regex = "1.12.2" [build-dependencies] tauri-build = { version = "2.0", features = [] } -[profile.dev] -opt-level = 0 - -[profile.release] -opt-level = 3 - [package.metadata.deb] depends = "libgtk-3-0" section = "games" |