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 }