Set rust-version in Cargo metadata

This commit is contained in:
Dirkjan Ochtman 2023-02-03 11:27:50 +01:00
parent c12cb322ec
commit bd3d7f87e4
1 changed files with 1 additions and 0 deletions

View File

@ -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"