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:
Sergio
2026-06-18 18:34:22 +00:00
parent dba855e446
commit 993b7625b8
18 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -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 }