From 08d8fba0b03a99746edfba4209a498c3dc97c455 Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:29:14 +0900 Subject: [PATCH 1/2] chore: conform to SPDX expression The slash syntax is deprecated, according to [The Cargo Book](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields). --- nvml-wrapper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvml-wrapper/Cargo.toml b/nvml-wrapper/Cargo.toml index 221f579..b2c094d 100644 --- a/nvml-wrapper/Cargo.toml +++ b/nvml-wrapper/Cargo.toml @@ -6,7 +6,7 @@ description = "A safe and ergonomic Rust wrapper for the NVIDIA Management Libra readme = "../README.md" documentation = "https://docs.rs/nvml-wrapper" repository = "https://github.com/Cldfire/nvml-wrapper" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" rust-version = "1.51.0" From bbd4e95f11ebe341bc312231fe09762874ab963d Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:18:37 +0900 Subject: [PATCH 2/2] chore: conform to SPDX expression The slash syntax is deprecated, according to [The Cargo Book](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields). --- nvml-wrapper-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvml-wrapper-sys/Cargo.toml b/nvml-wrapper-sys/Cargo.toml index baae744..8ca987a 100644 --- a/nvml-wrapper-sys/Cargo.toml +++ b/nvml-wrapper-sys/Cargo.toml @@ -6,7 +6,7 @@ description = "Generated bindings to the NVIDIA Management Library." readme = "README.md" documentation = "https://docs.rs/nvml-wrapper-sys" repository = "https://github.com/Cldfire/nvml-wrapper" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" rust-version = "1.51.0"