Release agb v0.9.0

This commit is contained in:
Gwilym Kuiper 2022-03-28 22:33:22 +01:00
parent 12c3639cb4
commit a97dcb2d2e
8 changed files with 8 additions and 8 deletions

View file

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

View file

@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"agb_fixnum",
"agb_image_converter",

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 = { version = "0.8.0", path = "../../../agb" }
agb = { version = "0.9.0", path = "../../../agb" }
[profile.release]
panic = "abort"

View file

@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"agb_fixnum",
"agb_image_converter",

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 = { version = "0.8.0", path = "../../agb" }
agb = { version = "0.9.0", path = "../../agb" }
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }

View file

@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "agb"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"agb_fixnum",
"agb_image_converter",

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 = { path = "../../agb", version = "0.8.0", features = ["freq18157"]}
agb = { path = "../../agb", version = "0.9.0", features = ["freq18157"]}
generational-arena = { version = "0.2", default-features = false }
[build-dependencies]

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.8.0"
agb = "0.9.0"
[profile.release]
panic = "abort"