Update Cranelift

This commit is contained in:
bjorn3 2019-10-04 21:11:00 +02:00
parent b0de88b741
commit a31ec018e8
1 changed files with 11 additions and 11 deletions

22
Cargo.lock generated
View File

@ -61,7 +61,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cranelift"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-frontend 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -70,7 +70,7 @@ dependencies = [
[[package]]
name = "cranelift-bforest"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
]
@ -78,7 +78,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-bforest 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-codegen-meta 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen-shared 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -103,17 +103,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
[[package]]
name = "cranelift-entity"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
[[package]]
name = "cranelift-faerie"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -126,7 +126,7 @@ dependencies = [
[[package]]
name = "cranelift-frontend"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -137,7 +137,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-entity 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.44.0"
source = "git+https://github.com/CraneStation/cranelift.git#ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa"
source = "git+https://github.com/CraneStation/cranelift.git#01201b110d55142c80bc34c2832a3c8823c94e60"
dependencies = [
"cranelift-codegen 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",
"cranelift-module 0.44.0 (git+https://github.com/CraneStation/cranelift.git)",