wasmi: 0.30.0 -> 0.31.0

This commit is contained in:
kashw2
2023-08-31 19:02:36 +10:00
parent 3e52e76b70
commit 6e512249e0
2 changed files with 197 additions and 249 deletions
+195 -247
View File
File diff suppressed because it is too large Load Diff
+2 -2
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;
};