Release agb v0.8.0

This commit is contained in:
Gwilym Kuiper 2021-10-28 22:28:45 +01:00
parent c49952eff9
commit 5266e7a40c
3 changed files with 3 additions and 3 deletions

2
agb/Cargo.lock generated
View file

@ -10,7 +10,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"agb_image_converter",
"agb_macros",

View file

@ -1,6 +1,6 @@
[package]
name = "agb"
version = "0.7.0"
version = "0.8.0"
authors = ["Corwin Kuiper <corwin@kuiper.dev>", "Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"
description = "Library for Game Boy Advance Development"

View file

@ -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.7.0"
agb = "0.8.0"
[profile.release]
panic = "abort"