Merge pull request #143 from achanda/upgrade-edition

feat: Upgrade rust edition
This commit is contained in:
Abhishek Chanda
2021-11-09 22:36:04 -06:00
committed by GitHub

View File

@ -8,7 +8,7 @@ repository = "https://github.com/achanda/ipnetwork"
keywords = ["network", "ip", "address", "cidr"]
readme = "README.md"
categories = ["network-programming", "parser-implementations"]
edition = "2018"
edition = "2021"
[dependencies]
serde = { version = "1", optional = true }