Update cranelift
This commit is contained in:
parent
d8d405e85b
commit
165314bac9
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -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)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user