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"