mindustry logic execution, map- and schematic- parsing and rendering
Switch flate2 to native zlib
KosmosPrime 2023-06-22
parent 509e063 · commit b18937f
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5920d18..fd3391e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plandustry"
-version = "1.0.0"
+version = "1.0.1"
edition = "2021"
description = "A command-line tool for working with Mindustry schematics"
authors = ["KosmosPrime <[email protected]>"]
@@ -8,7 +8,7 @@ repository = "https://github.com/KosmosPrime/plandustry.git"
license = "GPL-3.0"
[dependencies]
-flate2 = "1.0"
+flate2 = {version = "1.0", features = ["zlib"], default-features = false}
[[bin]]
name = "plandustry"