From 4392e1cb5aefdf174101e5637ad7bade33fb4076 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 25 Oct 2023 22:42:00 +0200 Subject: [PATCH] Bump MSRV to 1.61 (for instant-xml) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db32747..bf11b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-epp" version = "0.1.0" edition = "2021" -rust-version = "1.59" +rust-version = "1.63" license = "MIT" description = "EPP client library for async Rust" repository = "https://github.com/InstantDomain/instant-epp"