fix: versión en deps path directas de los crates (no solo en workspace.deps) para crates.io
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ llimphi-widget-modal = { workspace = true }
|
||||
[dev-dependencies]
|
||||
# Volcado headless del view a PNG (llvmpipe) para verlo sin levantar ventana,
|
||||
# usando el schema real de mirada como muestra.
|
||||
mirada-brain = { path = "../../../mirada/mirada-brain" }
|
||||
pata-core = { path = "../../../pata/pata-core" }
|
||||
mirada-brain = { path = "../../../mirada/mirada-brain", version = "0.1.0" }
|
||||
pata-core = { path = "../../../pata/pata-core", version = "0.1.0" }
|
||||
png = { workspace = true }
|
||||
pollster = { workspace = true }
|
||||
|
||||
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
description = "llimphi-plugin-host — runtime de plugins WASM (Tier 2) para apps Llimphi. Carga .wasm + manifest.toml, aplica sandbox por card_core::Permissions, e invoca capabilities devolviendo PluginAction."
|
||||
|
||||
[dependencies]
|
||||
card-core = { path = "../../../../shared/card/card-core" }
|
||||
card-core = { path = "../../../../shared/card/card-core", version = "0.1.0" }
|
||||
wasmi = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
|
||||
@@ -11,5 +11,5 @@ description = "llimphi-module-shuma-term — terminal integrado tipo Ctrl+\\` de
|
||||
[dependencies]
|
||||
llimphi-ui = { workspace = true }
|
||||
llimphi-theme = { workspace = true }
|
||||
shuma-exec = { path = "../../../shuma/sandbox/shuma-exec" }
|
||||
shuma-exec = { path = "../../../shuma/sandbox/shuma-exec", version = "0.1.0" }
|
||||
vt100 = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user