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

@ -1,4 +1,5 @@
use tek_edn::{*, tek_layout::{*, tek_engine::{*, tui::{*, TuiRun}}}};
use tek_tui::{*, tek_layout::{*, tek_engine::*}};
use tek_edn::*;
use std::sync::{Arc, RwLock};
const EDN: &'static str = include_str!("edn02.edn");