about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-test
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-03-11 17:30:30 -0600
committerGitHub <noreply@github.com>2021-03-11 23:30:30 +0000
commite35da555f89664497e18f2e8fd855537d2017a9c (patch)
tree2bff4b3ed26e22ef0ded0293a4b7b04ec6fe4b70 /library/stdarch/crates/stdarch-test
parent7af3c0af25305e1813649bc065b836e33795ac0d (diff)
downloadrust-e35da555f89664497e18f2e8fd855537d2017a9c.tar.gz
rust-e35da555f89664497e18f2e8fd855537d2017a9c.zip
Update WebAssembly SIMD/Atomics (#1073)
Diffstat (limited to 'library/stdarch/crates/stdarch-test')
-rw-r--r--library/stdarch/crates/stdarch-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/stdarch-test/Cargo.toml b/library/stdarch/crates/stdarch-test/Cargo.toml
index 9eb6b64d168..cf62372a5f9 100644
--- a/library/stdarch/crates/stdarch-test/Cargo.toml
+++ b/library/stdarch/crates/stdarch-test/Cargo.toml
@@ -17,7 +17,7 @@ cfg-if = "0.1"
 # time, and we want to make updates to this explicit rather than automatically
 # picking up updates which might break CI with new instruction names.
 [target.'cfg(target_arch = "wasm32")'.dependencies]
-wasmprinter = "=0.2.6"
+wasmprinter = "=0.2.24"
 
 [features]
 default = []