From c265a9599658fd0327ce6f1d4b8bb9b4d0b471e3 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 1 Aug 2021 21:50:18 +0100 Subject: [PATCH] Release agb v0.6.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 fac2cd2d..8003559d 100644 --- a/agb/Cargo.lock +++ b/agb/Cargo.lock @@ -10,7 +10,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.5.0" +version = "0.6.0" dependencies = [ "agb_image_converter", "bitflags", diff --git a/agb/Cargo.toml b/agb/Cargo.toml index e9dc3a4f..37f4da0e 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb" -version = "0.5.0" +version = "0.6.0" authors = ["Corwin Kuiper ", "Gwilym Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" diff --git a/template/Cargo.toml b/template/Cargo.toml index ea106278..43af33ae 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.5.0" +agb = "0.6.0" [profile.release] panic = "abort"