Release agb-fixnum v0.2.1

This commit is contained in:
Gwilym Kuiper 2022-03-28 22:30:51 +01:00
parent c791df18e5
commit 8eb4b99045
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "agb_fixnum"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MPL-2.0"
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"

View file

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

View file

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

View file

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

View file

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