From 76c09717e1d73ee7ce232587eeee5e687b5e9ba2 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 23 Jul 2023 14:10:51 +0200 Subject: [PATCH] Increase MSRV to `1.63.0` Due to unrelated update of dev-dependency tempfile from 3.6.0 to 3.7.0 which requires rustix 0.38.4 with increased MSRV of 1.63.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916165d..8e2ff87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.14.0" readme = "README.md" edition = "2021" authors = ["David Peter "] -rust-version = "1.62.1" +rust-version = "1.63.0" [features] default = []