@@ -25,7 +25,7 @@ members = [
2525# (engine `Engine`/`Value`, `Runtime`, provider traits) and the `runtime:`
2626# standard-module namespace are the versioned contract.
2727[workspace .package ]
28- version = " 0.8 .0"
28+ version = " 0.9 .0"
2929edition = " 2024"
3030rust-version = " 1.95"
3131license = " Apache-2.0"
@@ -137,11 +137,11 @@ self_update = { version = "0.42.0", default-features = false, features = [
137137
138138# Internal crates, referenced by path so the dependency graph is the boundary
139139# (DECISIONS.md D11).
140- es-runtime-common = { path = " crates/common" , version = " 0.8 .0" }
141- es-runtime-engine = { path = " crates/engine" , version = " 0.8 .0" }
142- es-runtime-providers = { path = " crates/providers" , version = " 0.8 .0" }
143- es-runtime = { path = " crates/runtime" , version = " 0.8 .0" }
144- es-runtime-default-providers = { path = " crates/default-providers" , version = " 0.8 .0" }
140+ es-runtime-common = { path = " crates/common" , version = " 0.9 .0" }
141+ es-runtime-engine = { path = " crates/engine" , version = " 0.9 .0" }
142+ es-runtime-providers = { path = " crates/providers" , version = " 0.9 .0" }
143+ es-runtime = { path = " crates/runtime" , version = " 0.9 .0" }
144+ es-runtime-default-providers = { path = " crates/default-providers" , version = " 0.9 .0" }
145145# Debug info dominates `target/` disk on a V8-sized dependency graph (tens of
146146# GB). Keep it lean: our own crates keep line tables so panic backtraces still
147147# resolve to file:line; dependencies — the bulk, rarely stepped through — carry
0 commit comments