mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Merge pull request #617 from bjorn3/dependabot/cargo/cranelift-1eb92b1
This commit is contained in:
commit
0d58dd1980
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -123,7 +123,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -132,7 +132,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-bforest"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
dependencies = [
|
||||
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
]
|
||||
@ -140,7 +140,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-codegen"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -154,7 +154,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-codegen-meta"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
dependencies = [
|
||||
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
||||
]
|
||||
@ -162,12 +162,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-entity"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
|
||||
[[package]]
|
||||
name = "cranelift-faerie"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -180,7 +180,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-frontend"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -190,7 +190,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-module"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -201,7 +201,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-native"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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)",
|
||||
@ -211,7 +211,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cranelift-simplejit"
|
||||
version = "0.30.0"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#f3f7cadd0157d06089c9b5864d513a61856d0f4d"
|
||||
source = "git+https://github.com/CraneStation/cranelift.git#1eb92b193dcd8f137005d0dcfde972ac25a20221"
|
||||
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…
Reference in New Issue
Block a user