@@ -8,7 +8,7 @@ If you need to continue to use the crate, we have published a "next version" und
8
8
9
9
Adjust your ` [dependencies] ` section of ` Cargo.toml ` to be the following:
10
10
``` toml
11
- packed_simd = { version = " 0.3.8" , package = " packed_simd_2 " }
11
+ packed_simd = { version = " 0.3.8" , package = " packed_simd " }
12
12
```
13
13
14
14
# ` Simd<[T; N]> `
@@ -146,11 +146,11 @@ dual licensed as above, without any additional terms or conditions.
146
146
[ Travis-CI Status ] : https://travis-ci.com/rust-lang/packed_simd.svg?branch=master
147
147
[ appveyor ] : https://ci.appveyor.com/project/gnzlbg/packed-simd
148
148
[ Appveyor Status ] : https://ci.appveyor.com/api/projects/status/hd7v9dvr442hgdix?svg=true
149
- [ Latest Version ] : https://img.shields.io/crates/v/packed_simd_2 .svg
150
- [ crates.io ] : https://crates.io/crates/packed_simd_2
151
- [ docs ] : https://docs.rs/packed_simd_2 /badge.svg
152
- [ docs.rs ] : https://docs.rs/packed_simd_2
153
- [ master_docs ] : https://rust-lang-nursery.github.io/packed_simd/packed_simd_2 /
149
+ [ Latest Version ] : https://img.shields.io/crates/v/packed_simd .svg
150
+ [ crates.io ] : https://crates.io/crates/packed_simd
151
+ [ docs ] : https://docs.rs/packed_simd /badge.svg
152
+ [ docs.rs ] : https://docs.rs/packed_simd
153
+ [ master_docs ] : https://rust-lang-nursery.github.io/packed_simd/packed_simd /
154
154
[ perf_guide ] : https://rust-lang-nursery.github.io/packed_simd/perf-guide/
155
155
[ rfc2366 ] : https://github.com/rust-lang/rfcs/pull/2366
156
156
[ ISPC ] : https://ispc.github.io/
0 commit comments