From 31f43b6fc5f6656a041d596013f34cc47a6e8bcb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 3 Feb 2023 11:27:50 +0100 Subject: [PATCH] Set rust-version in Cargo metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 114e517..0297231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "epp-client" version = "0.6.0" edition = "2021" +rust-version = "1.57" license = "MIT" description = "EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management" repository = "https://github.com/masalachai/epp-client"