mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-14 08:16:59 +00:00
Add rust-version
to Cargo.toml
and set MSRV to 1.80.0 (#215)
This commit is contained in:

committed by
GitHub

parent
aa65f088b1
commit
170fc4ca6b
@ -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 }
|
||||
|
Reference in New Issue
Block a user