Add rust-version to Cargo.toml and set MSRV to 1.80.0 (#215)

This commit is contained in:
Markus Pettersson
2025-01-13 05:03:05 +01:00
committed by GitHub
parent aa65f088b1
commit 170fc4ca6b

View File

@ -9,6 +9,7 @@ keywords = ["network", "ip", "address", "cidr"]
readme = "README.md"
categories = ["network-programming", "parser-implementations"]
edition = "2021"
rust-version = "1.80.0"
[dependencies]
serde = { version = "1.0.200", optional = true }