From ffb239853ee50320a5aa024b25e6fc5d4dfd383a Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Fri, 7 Jan 2022 20:58:24 -0800 Subject: [PATCH] Update to Rust 2021 --- ctru-rs/Cargo.toml | 2 +- ctru-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index da8f37b..e841bf6 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -4,7 +4,7 @@ description = "A safe wrapper around smealum's ctrulib." license = "https://en.wikipedia.org/wiki/Zlib_License" name = "ctru-rs" version = "0.7.1" -edition = "2018" +edition = "2021" [lib] crate-type = ["rlib"] diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index f5221e1..d025871 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" authors = ["Ronald Kinard "] license = "https://en.wikipedia.org/wiki/Zlib_License" links = "ctru" -edition = "2018" +edition = "2021" [dependencies] libc = { version = "0.2", default-features = false }