Merge branch 'unstable' into vc-fallback

This commit is contained in:
Mac L
2024-06-27 19:28:26 +04:00
246 changed files with 7124 additions and 2866 deletions

View File

@@ -10,9 +10,6 @@
//! simulation uses `println` to communicate some info. It might be nice if the nodes logged to
//! easy-to-find files and stdout only contained info from the simulation.
//!
extern crate clap;
mod basic_sim;
mod checks;
mod cli;