mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 16:43:00 +00:00
feat: Upgrade rust edition
cargo fix --edition did not result in any changes to src
This commit is contained in:
@ -8,7 +8,7 @@ repository = "https://github.com/achanda/ipnetwork"
|
|||||||
keywords = ["network", "ip", "address", "cidr"]
|
keywords = ["network", "ip", "address", "cidr"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["network-programming", "parser-implementations"]
|
categories = ["network-programming", "parser-implementations"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
|
Reference in New Issue
Block a user