From 57786bb262605219631bdb64e8122560968fe571 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 1 Sep 2024 21:20:02 -0600 Subject: [PATCH] chore: Release gba version 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efc4471..a86031a 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.12.0" +version = "0.13.0" edition = "2021" license = "Zlib OR Apache-2.0 OR MIT"