Update Cranelift

This commit is contained in:
bjorn3 2020-01-29 11:31:17 +01:00
parent 9cdea312cf
commit 7ec6bb21b6

20
Cargo.lock generated
View File

@ -33,7 +33,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cranelift-bforest"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
]
@ -41,7 +41,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen-shared 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -67,17 +67,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
[[package]]
name = "cranelift-entity"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
[[package]]
name = "cranelift-frontend"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -109,7 +109,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -120,7 +120,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.56.0"
source = "git+https://github.com/bytecodealliance/cranelift/#9a578c10924ce485a7b7e22dd5577ebc96538bb0"
source = "git+https://github.com/bytecodealliance/cranelift/#c73c3e8441efcb6324f18a22679e43e4bbd174cc"
dependencies = [
"cranelift-codegen 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.56.0 (git+https://github.com/bytecodealliance/cranelift/)",