Update Cranelift
This commit is contained in:
parent
f0c774e05d
commit
59893d899f
1 changed files with 55 additions and 55 deletions
110
Cargo.lock
generated
110
Cargo.lock
generated
|
@ -60,30 +60,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift"
|
name = "cranelift"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-frontend 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-frontend 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-bforest"
|
name = "cranelift-bforest"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen"
|
name = "cranelift-codegen"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-bforest 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-bforest 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-codegen-meta 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen-meta 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -93,30 +93,30 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-meta"
|
name = "cranelift-codegen-meta"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-codegen-shared"
|
name = "cranelift-codegen-shared"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-entity"
|
name = "cranelift-entity"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-faerie"
|
name = "cranelift-faerie"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -125,10 +125,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-frontend"
|
name = "cranelift-frontend"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -136,33 +136,33 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-module"
|
name = "cranelift-module"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-native"
|
name = "cranelift-native"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cranelift-simplejit"
|
name = "cranelift-simplejit"
|
||||||
version = "0.45.0"
|
version = "0.46.1"
|
||||||
source = "git+https://github.com/CraneStation/cranelift.git#b5783cfe0a1fee31d1d9375d60f7a0d8828df133"
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-native 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-native 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -392,10 +392,10 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cranelift 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-faerie 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-faerie 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"cranelift-simplejit 0.45.0 (git+https://github.com/CraneStation/cranelift.git)",
|
"cranelift-simplejit 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
||||||
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -553,17 +553,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
||||||
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
|
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
|
||||||
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
||||||
"checksum cranelift 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-bforest 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-bforest 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-codegen 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-codegen-meta 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-codegen-meta 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-codegen-shared 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-entity 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-faerie 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-faerie 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-frontend 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-frontend 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-module 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-native 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-native 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum cranelift-simplejit 0.45.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
"checksum cranelift-simplejit 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
||||||
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
||||||
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
||||||
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue