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 version = 3
[[package]] [[package]]
name = "agb-entrypoint" name = "agb_entry"
version = "0.6.0" version = "0.1.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

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

2
agb/Cargo.lock generated
View file

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

View file

@ -20,7 +20,7 @@ debug = true
[dependencies] [dependencies]
bitflags = "1.2" bitflags = "1.2"
agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" } 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] [package.metadata.docs.rs]
default-target = "thumbv6m-none-eabi" default-target = "thumbv6m-none-eabi"