From d8b22266586a5f9b44bd23b3ff5d1e3ea7c44929 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 Oct 2024 10:16:03 +0200 Subject: [PATCH] Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1220ca..ce3c512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.19.0" readme = "README.md" edition = "2021" authors = ["David Peter "] -rust-version = "1.63.0" +rust-version = "1.70.0" [features] default = ["nu-ansi-term"]