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]