1
1
[package ]
2
2
name = " cranelift-tools"
3
3
authors = [" The Cranelift Project Developers" ]
4
- version = " 0.62 .0"
4
+ version = " 0.63 .0"
5
5
description = " Binaries for testing the Cranelift libraries"
6
6
license = " Apache-2.0 WITH LLVM-exception"
7
7
documentation = " https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/docs/index.md"
@@ -15,20 +15,20 @@ path = "src/clif-util.rs"
15
15
16
16
[dependencies ]
17
17
cfg-if = " 0.1"
18
- cranelift-codegen = { path = " codegen" , version = " 0.62 .0" }
19
- cranelift-entity = { path = " entity" , version = " 0.62 .0" }
20
- cranelift-reader = { path = " reader" , version = " 0.62 .0" }
21
- cranelift-frontend = { path = " frontend" , version = " 0.62 .0" }
22
- cranelift-serde = { path = " serde" , version = " 0.62 .0" , optional = true }
23
- cranelift-wasm = { path = " wasm" , version = " 0.62 .0" , optional = true }
24
- cranelift-native = { path = " native" , version = " 0.62 .0" }
25
- cranelift-filetests = { path = " filetests" , version = " 0.62 .0" }
26
- cranelift-module = { path = " module" , version = " 0.62 .0" }
27
- cranelift-faerie = { path = " faerie" , version = " 0.62 .0" }
28
- cranelift-object = { path = " object" , version = " 0.62 .0" }
29
- cranelift-simplejit = { path = " simplejit" , version = " 0.62 .0" }
30
- cranelift-preopt = { path = " preopt" , version = " 0.62 .0" }
31
- cranelift = { path = " umbrella" , version = " 0.62 .0" }
18
+ cranelift-codegen = { path = " codegen" , version = " 0.63 .0" }
19
+ cranelift-entity = { path = " entity" , version = " 0.63 .0" }
20
+ cranelift-reader = { path = " reader" , version = " 0.63 .0" }
21
+ cranelift-frontend = { path = " frontend" , version = " 0.63 .0" }
22
+ cranelift-serde = { path = " serde" , version = " 0.63 .0" , optional = true }
23
+ cranelift-wasm = { path = " wasm" , version = " 0.63 .0" , optional = true }
24
+ cranelift-native = { path = " native" , version = " 0.63 .0" }
25
+ cranelift-filetests = { path = " filetests" , version = " 0.63 .0" }
26
+ cranelift-module = { path = " module" , version = " 0.63 .0" }
27
+ cranelift-faerie = { path = " faerie" , version = " 0.63 .0" }
28
+ cranelift-object = { path = " object" , version = " 0.63 .0" }
29
+ cranelift-simplejit = { path = " simplejit" , version = " 0.63 .0" }
30
+ cranelift-preopt = { path = " preopt" , version = " 0.63 .0" }
31
+ cranelift = { path = " umbrella" , version = " 0.63 .0" }
32
32
filecheck = " 0.5.0"
33
33
clap = " 2.32.0"
34
34
serde = " 1.0.8"
0 commit comments