From 696072adf6abd4b87d7a17b2e23c3be2c238fb74 Mon Sep 17 00:00:00 2001 From: TechiePi Date: Sat, 8 Apr 2023 17:43:34 +0200 Subject: [PATCH] Update ctru-sys version used at ctru-rs --- 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 a7a160c..adb6a42 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -13,7 +13,7 @@ name = "ctru" [dependencies] cfg-if = "1.0" -ctru-sys = { path = "../ctru-sys", version = "21.2" } +ctru-sys = { path = "../ctru-sys", version = "22.0" } const-zero = "0.1.0" shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" } pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" }