From 550275825548512f0c061414a6dd3a6e92cc04c8 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Thu, 20 Jan 2022 13:09:10 -0500 Subject: [PATCH] Update ctru-rs/Cargo.toml Co-authored-by: Mark Drobnak --- ctru-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 036f6e6..3743f07 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -15,6 +15,6 @@ ctru-sys = { path = "../ctru-sys", version = "0.4" } const-zero = "0.1.0" linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" } pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" } -libc = { version = "0.2" } +libc = "0.2" bitflags = "1.0.0" widestring = "0.2.2"