@@ -15,28 +15,28 @@ path = "src/clif-util.rs"
1515
1616[dependencies ]
1717cfg-if = " 1.0"
18- cranelift-codegen = { path = " codegen" , version = " 0.75 .0" }
19- cranelift-entity = { path = " entity" , version = " 0.75 .0" }
20- cranelift-interpreter = { path = " interpreter" , version = " 0.75 .0" }
21- cranelift-reader = { path = " reader" , version = " 0.75 .0" }
22- cranelift-frontend = { path = " frontend" , version = " 0.75 .0" }
23- cranelift-serde = { path = " serde" , version = " 0.75 .0" , optional = true }
24- cranelift-wasm = { path = " wasm" , version = " 0.75 .0" , optional = true }
25- cranelift-native = { path = " native" , version = " 0.75 .0" }
18+ cranelift-codegen = { path = " codegen" , version = " 0.76 .0" }
19+ cranelift-entity = { path = " entity" , version = " 0.76 .0" }
20+ cranelift-interpreter = { path = " interpreter" , version = " 0.76 .0" }
21+ cranelift-reader = { path = " reader" , version = " 0.76 .0" }
22+ cranelift-frontend = { path = " frontend" , version = " 0.76 .0" }
23+ cranelift-serde = { path = " serde" , version = " 0.76 .0" , optional = true }
24+ cranelift-wasm = { path = " wasm" , version = " 0.76 .0" , optional = true }
25+ cranelift-native = { path = " native" , version = " 0.76 .0" }
2626cranelift-filetests = { path = " filetests" , version = " 0.73.0" }
27- cranelift-module = { path = " module" , version = " 0.75 .0" }
28- cranelift-object = { path = " object" , version = " 0.75 .0" }
29- cranelift-jit = { path = " jit" , version = " 0.75 .0" }
30- cranelift-preopt = { path = " preopt" , version = " 0.75 .0" }
31- cranelift = { path = " umbrella" , version = " 0.75 .0" }
27+ cranelift-module = { path = " module" , version = " 0.76 .0" }
28+ cranelift-object = { path = " object" , version = " 0.76 .0" }
29+ cranelift-jit = { path = " jit" , version = " 0.76 .0" }
30+ cranelift-preopt = { path = " preopt" , version = " 0.76 .0" }
31+ cranelift = { path = " umbrella" , version = " 0.76 .0" }
3232cranelift-fuzzgen = { path = " fuzzgen" , version = " 0.75.0" }
3333filecheck = " 0.5.0"
3434log = " 0.4.8"
3535termcolor = " 1.1.2"
3636capstone = { version = " 0.9.0" , optional = true }
3737wat = { version = " 1.0.36" , optional = true }
3838target-lexicon = { version = " 0.12" , features = [" std" ] }
39- peepmatic-souper = { path = " ./peepmatic/crates/souper" , version = " 0.75 .0" , optional = true }
39+ peepmatic-souper = { path = " ./peepmatic/crates/souper" , version = " 0.76 .0" , optional = true }
4040pretty_env_logger = " 0.4.0"
4141rayon = { version = " 1" , optional = true }
4242file-per-thread-logger = " 0.1.2"
0 commit comments