(cargo-release) version 0.9.3

This commit is contained in:
Lokathor 2022-10-24 10:55:28 -06:00
parent 4d7ae22ec3
commit ee925d5a4d

View file

@ -2,7 +2,7 @@
name = "gba" name = "gba"
description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead." 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" repository = "https://github.com/rust-console/gba"
version = "0.9.2" version = "0.9.3"
edition = "2021" edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT" license = "Zlib OR Apache-2.0 OR MIT"