diff --git a/drivers/vesad/Cargo.toml b/drivers/vesad/Cargo.toml index f0dcc23..8045332 100644 --- a/drivers/vesad/Cargo.toml +++ b/drivers/vesad/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" [dependencies] orbclient = "0.1" -ransid = { git = "https://github.com/redox-os/ransid.git", branch = "new_api" } +ransid = { git = "https://github.com/redox-os/ransid.git" } rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true } syscall = { path = "../../syscall/" }