From 0fe5422674daf9ed8d95975fb7edbb14fd27a0a1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 17 Oct 2022 12:10:19 -0600 Subject: [PATCH] (cargo-release) version 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72774cc..98b45f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gba" description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead." repository = "https://github.com/rust-console/gba" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "Zlib OR Apache-2.0 OR MIT"