Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Oct 4, 2020
1 parent fc1792d commit fe02f2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# The Crates.io Version Can No Longer Be Updated!

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.

We are aware that the version available on crates.io is currenly broken, and will not build.

If you need to continue to use the crate, we have published a "next version" under an anternative name.

Adjust your `[dependencies]` section of `Cargo.toml` to be the following:
```toml
packed_simd = { version = "0.3.4", package = "packed_simd_2" }
```

# `Simd<[T; N]>`

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

0 comments on commit fe02f2c

Please sign in to comment.