@@ -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.1 .0"
28+ version = " 0.2 .0"
2929edition = " 2024"
3030rust-version = " 1.95"
3131license = " Apache-2.0"
@@ -124,11 +124,11 @@ self_update = { version = "0.42.0", default-features = false, features = [
124124
125125# Internal crates, referenced by path so the dependency graph is the boundary
126126# (DECISIONS.md D11).
127- es-runtime-common = { path = " crates/common" , version = " 0.1 .0" }
128- es-runtime-engine = { path = " crates/engine" , version = " 0.1 .0" }
129- es-runtime-providers = { path = " crates/providers" , version = " 0.1 .0" }
130- es-runtime = { path = " crates/runtime" , version = " 0.1 .0" }
131- es-runtime-default-providers = { path = " crates/default-providers" , version = " 0.1 .0" }
127+ es-runtime-common = { path = " crates/common" , version = " 0.2 .0" }
128+ es-runtime-engine = { path = " crates/engine" , version = " 0.2 .0" }
129+ es-runtime-providers = { path = " crates/providers" , version = " 0.2 .0" }
130+ es-runtime = { path = " crates/runtime" , version = " 0.2 .0" }
131+ es-runtime-default-providers = { path = " crates/default-providers" , version = " 0.2 .0" }
132132
133133# Optimize the big-integer/RSA math even in dev+test: unoptimized RSA key
134134# generation is ~30s/key, which would dominate the test suite. These crates are
0 commit comments