From 875db86f30c8de67c30b997a93e477f6d3046fd3 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 --- drivers/vesad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }