From 99f80d2b9a4cee35b86f09faaeb41fe4ac78b821 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 31 Mar 2021 20:53:47 -0600 Subject: [PATCH] update to release voladdress-0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46f0845..51d7ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [] serial = ["embedded-hal", "nb"] [dependencies] -voladdress = { version = "0.4.0-alpha.0", git = "https://github.com/rust-console/voladdress" } +voladdress = { version = "0.4" } gba-proc-macro = "0.5" embedded-hal = { version = "0.2.4", optional = true } nb = { version = "1.0.0", optional = true }