From 165314bac9e29568160e9579a5050eb13b9371e5 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 9 Jun 2019 15:27:37 +0200 Subject: [PATCH] Update cranelift --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 350138a2ebb..16e2b06c07e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "cranelift" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "cranelift-bforest" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", ] @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "cranelift-codegen" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", ] @@ -152,12 +152,12 @@ dependencies = [ [[package]] name = "cranelift-entity" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" [[package]] name = "cranelift-faerie" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "cranelift-frontend" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "cranelift-module" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "cranelift-native" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "cranelift-simplejit" version = "0.30.0" -source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee" +source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d" dependencies = [ "cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)", "cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",