Update parity-wasm to 0.40 (#3631)

* updated direct dependencies to parity-wasm

* fixed tests and incremented impl_version of the runtime

* update wasmi to 0.5.1 in sr-sandbox, bringing all parity-wasm deps up to 0.40
This commit is contained in:
Ashley
2019-09-18 22:27:59 +12:00
committed by Sergei Pepyakin
parent a07e567fe1
commit e9c756dced
7 changed files with 35 additions and 38 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 158,
impl_version: 159,
impl_version: 160,
apis: RUNTIME_API_VERSIONS,
};