ci: switch to nightly

This commit is contained in:
🪞👃🪞 2025-01-05 11:28:34 +01:00
parent f24d5dfed0
commit ab1301687d
6 changed files with 197 additions and 11 deletions

View file

@ -12,3 +12,6 @@ tek_layout = { optional = true, path = "../layout" }
[features]
default = ["layout"]
layout = [ "tek_layout" ]
[dev-dependencies]
tek_tui = { path = "../tui" }