Browse Source

Update to Rust 2021

pull/13/head
AzureMarker 3 years ago
parent
commit
ffb239853e
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 2
      ctru-rs/Cargo.toml
  2. 2
      ctru-sys/Cargo.toml

2
ctru-rs/Cargo.toml

@ -4,7 +4,7 @@ description = "A safe wrapper around smealum's ctrulib."
license = "https://en.wikipedia.org/wiki/Zlib_License" license = "https://en.wikipedia.org/wiki/Zlib_License"
name = "ctru-rs" name = "ctru-rs"
version = "0.7.1" version = "0.7.1"
edition = "2018" edition = "2021"
[lib] [lib]
crate-type = ["rlib"] crate-type = ["rlib"]

2
ctru-sys/Cargo.toml

@ -4,7 +4,7 @@ version = "0.4.0"
authors = ["Ronald Kinard <furyhunter600@gmail.com>"] authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
license = "https://en.wikipedia.org/wiki/Zlib_License" license = "https://en.wikipedia.org/wiki/Zlib_License"
links = "ctru" links = "ctru"
edition = "2018" edition = "2021"
[dependencies] [dependencies]
libc = { version = "0.2", default-features = false } libc = { version = "0.2", default-features = false }

Loading…
Cancel
Save