Skip to content

Commit e4cb11b

Browse files
authored
Merge pull request #305 from rust-lang/Lokathor-patch-1
Update README.md
2 parents fc1792d + b422650 commit e4cb11b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# The Crates.io Version Can No Longer Be Updated!
2+
3+
The original maintainer is out of contact, and the new maintainers (the Portable SIMD Project Group) do not have the appropriate crates.io permissions to issue updates.
4+
5+
We are aware that the version available on crates.io is currenly broken, and will not build.
6+
7+
If you need to continue to use the crate, we have published a "next version" under an alternative name.
8+
9+
Adjust your `[dependencies]` section of `Cargo.toml` to be the following:
10+
```toml
11+
packed_simd = { version = "0.3.4", package = "packed_simd_2" }
12+
```
13+
114
# `Simd<[T; N]>`
215

316
## Implementation of [Rust RFC #2366: `std::simd`][rfc2366]

0 commit comments

Comments
 (0)