Skip to content

Commit

Permalink
Cargo.toml: fix packed_simd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wrl committed Oct 14, 2020
1 parent 7c14bb9 commit 2efc829
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ serde_json = "1.0"
vst = "0.2"
raw-window-handle = "0.3"

[dev-dependencies]
packed_simd = "0.3"
[dev-dependencies.packed_simd]
version = "0.3"
package = "packed_simd_2"

[dependencies.baseplug-derive]
path = "baseplug-derive"
Expand Down

0 comments on commit 2efc829

Please sign in to comment.