From 161ed21dec1e08718c02455a2c5bc61eb414b4d6 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 16 Mar 2022 22:47:38 -0700 Subject: [PATCH] Use SPDX license format and update packed_simd crate link --- README.md | 2 +- crates/core_arch/Cargo.toml | 2 +- crates/std_detect/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 129ce2fdf5..70ec256e68 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ This repository contains two main crates: standard library run-time CPU feature detection. The `std::simd` component now lives in the -[`packed_simd`](https://github.com/rust-lang-nursery/packed_simd) crate. +[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate. diff --git a/crates/core_arch/Cargo.toml b/crates/core_arch/Cargo.toml index 3eb12557c9..14b5479d19 100644 --- a/crates/core_arch/Cargo.toml +++ b/crates/core_arch/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch" readme = "README.md" keywords = ["core", "simd", "arch", "intrinsics"] categories = ["hardware-support", "no-std"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" build = "build.rs" edition = "2018" diff --git a/crates/std_detect/Cargo.toml b/crates/std_detect/Cargo.toml index 924c2194fc..1ca0d9c5dd 100644 --- a/crates/std_detect/Cargo.toml +++ b/crates/std_detect/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch" readme = "README.md" keywords = ["std", "run-time", "feature", "detection"] categories = ["hardware-support"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [badges]