Merge pull request #173 from paritytech/NukeManDan-patch-1

version 0.19.0
rust 2021
MSRV 1.56.1
This commit is contained in:
Dan Shields
2021-11-21 16:01:06 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
[package]
name = "pwasm-utils"
version = "0.18.2"
edition = "2018"
version = "0.19.0"
edition = "2021"
rust-version = "1.56.1"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
+1 -1
View File
@@ -299,7 +299,7 @@ pub fn optimize(
update_type_index(func_body.code_mut(), &eliminated_types)
}
}
}
},
elements::Section::Export(export_section) => {
for export in export_section.entries_mut() {
match export.internal_mut() {