From e32a086122e81523c39431cfd0789bb0ec513f7c Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 3 Jul 2021 15:51:13 +0100 Subject: [PATCH] Release agb v0.5.0 --- agb/Cargo.lock | 2 +- agb/Cargo.toml | 2 +- template/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agb/Cargo.lock b/agb/Cargo.lock index 3309b00a..d3189c30 100644 --- a/agb/Cargo.lock +++ b/agb/Cargo.lock @@ -10,7 +10,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.4.1" +version = "0.5.0" dependencies = [ "agb_image_converter", "bitflags", diff --git a/agb/Cargo.toml b/agb/Cargo.toml index b538c61f..2c7847a3 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb" -version = "0.4.1" +version = "0.5.0" authors = ["Corwin Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" diff --git a/template/Cargo.toml b/template/Cargo.toml index d3464fa9..ea106278 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = "0.4.1" +agb = "0.5.0" [profile.release] panic = "abort"