11[package ]
22name = " cranelift-tools"
33authors = [" The Cranelift Project Developers" ]
4- version = " 0.62 .0"
4+ version = " 0.63 .0"
55description = " Binaries for testing the Cranelift libraries"
66license = " Apache-2.0 WITH LLVM-exception"
77documentation = " https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/docs/index.md"
@@ -15,20 +15,20 @@ path = "src/clif-util.rs"
1515
1616[dependencies ]
1717cfg-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" }
3232filecheck = " 0.5.0"
3333clap = " 2.32.0"
3434serde = " 1.0.8"
0 commit comments