From 2b954bdb2e6df3d0477650feb882db7e392123ff Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 25 Dec 2024 20:27:06 +0000 Subject: [PATCH] chore: Bump the MSRV to `1.79.0` Signed-off-by: Awiteb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a1daca..ecc2ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "twilight-tree" version = "0.1.0" -rust-version = "1.66.1" +rust-version = "1.79.0" [dependencies] chrono = "0.4.39"