feat: Upgrade rust edition

cargo fix --edition did not result in any changes to src
This commit is contained in:
Abhishek Chanda
2021-11-08 09:04:50 -06:00
parent 5764406000
commit 9651b3b721

View File

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