diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 29da3a1..5ba731c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.2.0-alpha.1" +version = "0.2.0-alpha.2" edition = "2024" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" @@ -19,7 +19,7 @@ assets = [ bytes = "1.11.0" chrono = "0.4" dirs = "5.0" -dropout-macros = { path = "../crates/macros", version = "0.1.0" } +dropout-macros = { path = "../crates/macros", version = "0.1.0-alpha.0" } env_logger = "0.9" flate2 = "1.0" futures = "0.3" |