From c241603e442c55d14a64a29298fcee203b0e523e Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Wed, 30 Sep 2020 00:18:53 +0200 Subject: [PATCH] use packed_simd from github --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 12431b2..02933cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ debug = true [patch.crates-io] 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" } +packed_simd = { git = "https://github.com/rust-lang/packed_simd.git" }