From c029d3ec1dfda78a6bb450693ee6c1a363508685 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 21 Mar 2025 23:02:17 +0200 Subject: [PATCH] chore: update inputs, Rust 1.85 and 2024 edition * fmt --- Cargo.toml | 2 +- flake.lock | 24 ++++++++++++------------ rust-toolchain.toml | 2 +- src/config.rs | 24 ++++++++++++++---------- src/main.rs | 2 +- 5 files changed, 29 insertions(+), 25 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a1680e..c3d4bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "canwa" version = "0.1.0" authors = ["Jonni Liljamo