From d0dc0306ee3178859e066c6ab245a176d07c4b62 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 19 Apr 2021 11:21:06 -0600 Subject: [PATCH] try just using cargo-publish on 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91a56d6..58159d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gba" description = "A crate for making GBA games with Rust." -version = "0.4.3-alpha.0" +version = "0.4.0" authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md"