From e71e27a3c698c0961118efd3dd5a8a0de540998f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Oct 2016 14:17:57 -0600 Subject: [PATCH] Update vesad ransid branch --- vesad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }