update to release voladdress-0.4

This commit is contained in:
Lokathor 2021-03-31 20:53:47 -06:00
parent 3bcd64f28c
commit 99f80d2b9a

View file

@ -16,7 +16,7 @@ default = []
serial = ["embedded-hal", "nb"] serial = ["embedded-hal", "nb"]
[dependencies] [dependencies]
voladdress = { version = "0.4.0-alpha.0", git = "https://github.com/rust-console/voladdress" } voladdress = { version = "0.4" }
gba-proc-macro = "0.5" gba-proc-macro = "0.5"
embedded-hal = { version = "0.2.4", optional = true } embedded-hal = { version = "0.2.4", optional = true }
nb = { version = "1.0.0", optional = true } nb = { version = "1.0.0", optional = true }