use packed_simd from github

This commit is contained in:
Magnus Ulimoen 2020-09-30 00:18:53 +02:00
parent 7782f72612
commit c241603e44
1 changed files with 1 additions and 0 deletions

View File

@ -22,3 +22,4 @@ debug = true
[patch.crates-io] [patch.crates-io]
hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" } hdf5 = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
hdf5-sys = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" } hdf5-sys = { git = "https://github.com/mulimoen/hdf5-rust.git", branch = "feature/resizable_idx" }
packed_simd = { git = "https://github.com/rust-lang/packed_simd.git" }