From c2ea38568f1b0dbc923253498f8cecdd51a1c92c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 21 Jan 2024 12:14:43 -0700 Subject: [PATCH] chore: Release gba version 0.11.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f651bff..50099796 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.11.3" +version = "0.11.4" edition = "2021" license = "Zlib OR Apache-2.0 OR MIT"