From a4f96b1d7dab3801d3f52c30cec5ce5dee3049bf Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Wed, 5 Apr 2023 14:56:53 +0200 Subject: [PATCH] Set MSRV; bump version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb40e4a..3f4892e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "url-eater" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Agatha V. Lovelace "] description = "Strip unneeded parameters from URLs copied to clipboard" license = "NVPLv7+" +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html