From 503b7262ca837143c689253c02780e82781712c2 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 7 Aug 2021 16:45:08 +0100 Subject: [PATCH] May as well call this version 0.1 --- agb-entry/Cargo.lock | 4 ++-- agb-entry/Cargo.toml | 2 +- agb/Cargo.lock | 2 +- agb/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agb-entry/Cargo.lock b/agb-entry/Cargo.lock index a7feb091..304e5599 100644 --- a/agb-entry/Cargo.lock +++ b/agb-entry/Cargo.lock @@ -3,8 +3,8 @@ version = 3 [[package]] -name = "agb-entrypoint" -version = "0.6.0" +name = "agb_entry" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", diff --git a/agb-entry/Cargo.toml b/agb-entry/Cargo.toml index b969e1d4..f88f91a6 100644 --- a/agb-entry/Cargo.toml +++ b/agb-entry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb_entry" -version = "0.6.0" +version = "0.1.0" authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" diff --git a/agb/Cargo.lock b/agb/Cargo.lock index fab708b1..fa875b72 100644 --- a/agb/Cargo.lock +++ b/agb/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "agb_entry" -version = "0.6.0" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 8a13abc0..675ce260 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -20,7 +20,7 @@ debug = true [dependencies] bitflags = "1.2" agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" } -agb_entry = { version = "0.6.0", path = "../agb-entry" } +agb_entry = { version = "0.1.0", path = "../agb-entry" } [package.metadata.docs.rs] default-target = "thumbv6m-none-eabi"