summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/stdarch-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/stdarch-test/Cargo.toml')
-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 23bddeda6..ce5705c6e 100644
--- a/library/stdarch/crates/stdarch-test/Cargo.toml
+++ b/library/stdarch/crates/stdarch-test/Cargo.toml
@@ -18,7 +18,7 @@ cfg-if = "1.0"
# 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.24"
+wasmprinter = "=0.2.53"
[features]
default = []