@@ -44,23 +44,23 @@ verify = ["synth-verify"]
4444# Path deps carry `version` so `cargo publish` rewrites them to the
4545# crates.io coordinate. Bumping the workspace version requires
4646# updating these in lockstep — see docs/release-process.md.
47- synth-core = { path = " ../synth-core" , version = " 0.40 .0" }
48- synth-frontend = { path = " ../synth-frontend" , version = " 0.40 .0" }
49- synth-synthesis = { path = " ../synth-synthesis" , version = " 0.40 .0" }
50- synth-backend = { path = " ../synth-backend" , version = " 0.40 .0" }
47+ synth-core = { path = " ../synth-core" , version = " 0.41 .0" }
48+ synth-frontend = { path = " ../synth-frontend" , version = " 0.41 .0" }
49+ synth-synthesis = { path = " ../synth-synthesis" , version = " 0.41 .0" }
50+ synth-backend = { path = " ../synth-backend" , version = " 0.41 .0" }
5151
5252# AArch64 host-native backend (#538) — small pure-Rust crate, always on.
53- synth-backend-aarch64 = { path = " ../synth-backend-aarch64" , version = " 0.40 .0" }
53+ synth-backend-aarch64 = { path = " ../synth-backend-aarch64" , version = " 0.41 .0" }
5454
5555# Optional external backends
56- synth-backend-awsm = { path = " ../synth-backend-awsm" , version = " 0.40 .0" , optional = true }
57- synth-backend-wasker = { path = " ../synth-backend-wasker" , version = " 0.40 .0" , optional = true }
58- synth-backend-riscv = { path = " ../synth-backend-riscv" , version = " 0.40 .0" , optional = true }
56+ synth-backend-awsm = { path = " ../synth-backend-awsm" , version = " 0.41 .0" , optional = true }
57+ synth-backend-wasker = { path = " ../synth-backend-wasker" , version = " 0.41 .0" , optional = true }
58+ synth-backend-riscv = { path = " ../synth-backend-riscv" , version = " 0.41 .0" , optional = true }
5959
6060# Optional translation validation — pure-Rust ordeal engine by default (#553),
6161# no C++ toolchain needed. For the Z3 differential oracle build with
6262# `--features verify,synth-verify/z3-solver` (+ SYNTH_SOLVER_DIFF=1 at runtime).
63- synth-verify = { path = " ../synth-verify" , version = " 0.40 .0" , optional = true , features = [" arm" ] }
63+ synth-verify = { path = " ../synth-verify" , version = " 0.41 .0" , optional = true , features = [" arm" ] }
6464
6565# Optional PulseEngine WASM optimizer
6666# Uncomment when loom crate is available:
0 commit comments