May as well call this version 0.1

This commit is contained in:
Gwilym Kuiper 2021-08-07 16:45:08 +01:00
parent d74c876238
commit 503b7262ca
4 changed files with 5 additions and 5 deletions

4
agb-entry/Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "agb_entry"
version = "0.6.0"
version = "0.1.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"
license = "MPL-2.0"

2
agb/Cargo.lock generated
View file

@ -19,7 +19,7 @@ dependencies = [
[[package]]
name = "agb_entry"
version = "0.6.0"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",

View file

@ -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"