summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/simd-test-macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/simd-test-macro/Cargo.toml')
-rw-r--r--library/stdarch/crates/simd-test-macro/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/stdarch/crates/simd-test-macro/Cargo.toml b/library/stdarch/crates/simd-test-macro/Cargo.toml
index cd110c1d3..c9e692d8e 100644
--- a/library/stdarch/crates/simd-test-macro/Cargo.toml
+++ b/library/stdarch/crates/simd-test-macro/Cargo.toml
@@ -11,3 +11,4 @@ test = false
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
+syn = { version = "2.0", features = ["full"] }