mindustry logic execution, map- and schematic- parsing and rendering
const trait broken on newest nightly so now were on less than nightly nightly
bendn 2023-08-16
parent 5140be5 · commit e1ec9c6
-rw-r--r--Cargo.toml1
-rw-r--r--README.md2
-rw-r--r--rust-toolchain.toml2
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9795b0..ce01234 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ authors = [
repository = "https://github.com/bend-n/mindus.git"
license = "GPL-3.0"
exclude = [".github/", "items.py"]
+readme = "README.md"
[dependencies]
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
diff --git a/README.md b/README.md
index 9aa8287..de0e0fc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# mindus
-![msrv](https://img.shields.io/badge/msrv-nightly-blue?style=for-the-badge&logo=rust)
+![ESRV](https://img.shields.io/badge/esrv-nightly_2023_08_03-blue?style=for-the-badge&logo=rust)
Mindus is a library for working with [Mindustry](https://github.com/Anuken/Mindustry) formats.
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 5d56faf..0bd7bc6 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "nightly"
+channel = "nightly-2023-08-03"