From 021fdda9974c6c33e6966fb902cbbb0531466dd9 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 28 Mar 2022 22:27:19 +0100 Subject: [PATCH] Release agb-fixnum v0.2.0 --- 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 b5004032..f68d39eb 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_fixnum" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/agb/Cargo.toml b/agb/Cargo.toml index b890f5d4..537c3d0c 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.1.0", path = "../agb-fixnum" } +agb_fixnum = { version = "0.2.0", 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 2add7be6..670f89c3 100644 --- a/book/games/pong/Cargo.lock +++ b/book/games/pong/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "agb_fixnum" -version = "0.1.0" +version = "0.2.0" dependencies = [ "agb_macros", ] diff --git a/examples/the-hat-chooses-the-wizard/Cargo.lock b/examples/the-hat-chooses-the-wizard/Cargo.lock index 32838ae5..8c1b429e 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.1.0" +version = "0.2.0" dependencies = [ "agb_macros", ] diff --git a/examples/the-purple-night/Cargo.lock b/examples/the-purple-night/Cargo.lock index 5a1b0cf3..16df049e 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.1.0" +version = "0.2.0" dependencies = [ "agb_macros", ]