diff --git a/vesad/Cargo.toml b/vesad/Cargo.toml index f0dcc23be5..8045332cc5 100644 --- a/vesad/Cargo.toml +++ b/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/" }