From 85b87feb989560ce942138351becb674bb946c44 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 1 Apr 2024 12:07:43 +0300 Subject: [PATCH] chore(deps): Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e041c7c..808876f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "decasify" version = "0.4.5" authors = ["Caleb Maclennan "] edition = "2021" -rust-version = "1.70.0" +rust-version = "1.73.0" description = "A CLI utility and library to cast strings to title-case according to locale specific style guides including Turkish support" readme = "README.md" homepage = "https://github.com/alerque/decasify"