Publish the patched vt100 dependency
release / build (push) Failing after 14s

This commit is contained in:
lda
2026-07-16 09:12:38 +07:00 Verified
parent c9e5ca10eb
commit 37b6d4e4ff
5 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ tracing-subscriber = { version = "0.3", features = [
] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
url = "2"
vt100 = "0.16.2"
vt100 = { package = "wakey-vt100", path = "../vendor/vt100", registry = "gitea", version = "=0.16.2-wakey.1" }
wakey = { path = "..", registry = "gitea", version = "0" }
wakey-core = { path = "../wakey-core", registry = "gitea", version = "0" }