From 8eb4b990459de9a41c2d9bd7bdafd506a67652b1 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 28 Mar 2022 22:30:51 +0100 Subject: [PATCH] Release agb-fixnum v0.2.1 --- agb-fixnum/Cargo.toml | 2 +- agb/Cargo.toml | 2 +- book/games/pong/Cargo.lock | 2 +- examples/the-hat-chooses-the-wizard/Cargo.lock | 2 +- examples/the-purple-night/Cargo.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agb-fixnum/Cargo.toml b/agb-fixnum/Cargo.toml index 3011106a..5fb0ce93 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -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" diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 537c3d0c..31343b82 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -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 } diff --git a/book/games/pong/Cargo.lock b/book/games/pong/Cargo.lock index 670f89c3..a80a733a 100644 --- a/book/games/pong/Cargo.lock +++ b/book/games/pong/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.2.0" +version = "0.2.1" dependencies = [ "agb_macros", ] diff --git a/examples/the-hat-chooses-the-wizard/Cargo.lock b/examples/the-hat-chooses-the-wizard/Cargo.lock index 8c1b429e..d58206c5 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.lock +++ b/examples/the-hat-chooses-the-wizard/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.2.0" +version = "0.2.1" dependencies = [ "agb_macros", ] diff --git a/examples/the-purple-night/Cargo.lock b/examples/the-purple-night/Cargo.lock index 16df049e..de41a454 100644 --- a/examples/the-purple-night/Cargo.lock +++ b/examples/the-purple-night/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.2.0" +version = "0.2.1" dependencies = [ "agb_macros", ]