From 6f8bfb55990f69fbe1ab96a558bfe84a2866c9d1 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 22 Apr 2020 18:02:17 +0200 Subject: [PATCH] Update Cranelift --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c0a4adcd21..2c9168855ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "cranelift-bforest" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-entity", ] @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "cranelift-codegen" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "byteorder", "cranelift-bforest", @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -80,17 +80,17 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" [[package]] name = "cranelift-entity" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" [[package]] name = "cranelift-frontend" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-codegen", "log", @@ -101,7 +101,7 @@ dependencies = [ [[package]] name = "cranelift-module" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "anyhow", "cranelift-codegen", @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "cranelift-native" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-codegen", "raw-cpuid", @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "cranelift-object" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-codegen", "cranelift-module", @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" version = "0.62.0" -source = "git+https://github.com/bytecodealliance/wasmtime/#1845a011324d2713c1bba033a5ea84b3519fa36b" +source = "git+https://github.com/bytecodealliance/wasmtime/#25cbd8b5911a05d49af695d0962b4e0d383cc5b2" dependencies = [ "cranelift-codegen", "cranelift-module",