Merge pull request #252526 from kashw2/wasmi

wasmi: 0.30.0 -> 0.31.0
This commit is contained in:
Weijia Wang 2023-09-01 23:15:08 +02:00 committed by GitHub
commit 2babde213d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 197 additions and 249 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "wasmi";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "wasmi";
rev = "v${version}";
hash = "sha256-0G/K61JP4SehhP+wD9uwCU1GRjzJdz4fkePv+IiqUY4=";
hash = "sha256-chLWrZ+OLUTSFmTu+qKpjApXDmJFhS68N2RKjaql75U=";
fetchSubmodules = true;
};