Skip to content

Commit 344f829

Browse files
authored
Use SPDX license format and update packed_simd crate link (#1297)
1 parent 6867f34 commit 344f829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This repository contains two main crates:
1515
standard library run-time CPU feature detection.
1616

1717
The `std::simd` component now lives in the
18-
[`packed_simd`](https://github.com/rust-lang-nursery/packed_simd) crate.
18+
[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.

Diff for: crates/core_arch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch"
1212
readme = "README.md"
1313
keywords = ["core", "simd", "arch", "intrinsics"]
1414
categories = ["hardware-support", "no-std"]
15-
license = "MIT/Apache-2.0"
15+
license = "MIT OR Apache-2.0"
1616
build = "build.rs"
1717
edition = "2018"
1818

Diff for: crates/std_detect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch"
1212
readme = "README.md"
1313
keywords = ["std", "run-time", "feature", "detection"]
1414
categories = ["hardware-support"]
15-
license = "MIT/Apache-2.0"
15+
license = "MIT OR Apache-2.0"
1616
edition = "2018"
1717

1818
[badges]

0 commit comments

Comments
 (0)