Update Cranelift

This commit is contained in:
bjorn3 2019-11-16 15:22:43 +01:00
parent 0c026853f5
commit d2eafd858f

24
Cargo.lock generated
View file

@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cranelift"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-frontend 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -75,7 +75,7 @@ dependencies = [
[[package]]
name = "cranelift-bforest"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
]
@ -83,7 +83,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen-shared 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -108,7 +108,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"packed_struct 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"packed_struct_codegen 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -117,12 +117,12 @@ dependencies = [
[[package]]
name = "cranelift-entity"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
[[package]]
name = "cranelift-faerie"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -135,7 +135,7 @@ dependencies = [
[[package]]
name = "cranelift-frontend"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -146,7 +146,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -167,7 +167,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -178,7 +178,7 @@ dependencies = [
[[package]]
name = "cranelift-simplejit"
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
source = "git+https://github.com/bytecodealliance/cranelift/#bed9a72a777f1b972e58ad250ead851585d9ab1e"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",