Release agb-fixnum v0.2.0

This commit is contained in:
Gwilym Kuiper 2022-03-28 22:27:19 +01:00
parent c1cfb9910a
commit 021fdda997
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "agb_fixnum" name = "agb_fixnum"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -23,7 +23,7 @@ bitflags = "1"
agb_image_converter = { version = "0.7.0", path = "../agb-image-converter" } agb_image_converter = { version = "0.7.0", path = "../agb-image-converter" }
agb_sound_converter = { version = "0.2.0", path = "../agb-sound-converter" } agb_sound_converter = { version = "0.2.0", path = "../agb-sound-converter" }
agb_macros = { version = "0.2.0", path = "../agb-macros" } agb_macros = { version = "0.2.0", path = "../agb-macros" }
agb_fixnum = { version = "0.1.0", path = "../agb-fixnum" } agb_fixnum = { version = "0.2.0", path = "../agb-fixnum" }
bare-metal = "1" bare-metal = "1"
modular-bitfield = "0.11" modular-bitfield = "0.11"
rustc-hash = { version = "1", default-features = false } rustc-hash = { version = "1", default-features = false }

View file

@ -30,7 +30,7 @@ dependencies = [
[[package]] [[package]]
name = "agb_fixnum" name = "agb_fixnum"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"agb_macros", "agb_macros",
] ]

View file

@ -30,7 +30,7 @@ dependencies = [
[[package]] [[package]]
name = "agb_fixnum" name = "agb_fixnum"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"agb_macros", "agb_macros",
] ]

View file

@ -30,7 +30,7 @@ dependencies = [
[[package]] [[package]]
name = "agb_fixnum" name = "agb_fixnum"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"agb_macros", "agb_macros",
] ]