Skip to content

Commit

Permalink
Merge pull request #143 from achanda/upgrade-edition
Browse files Browse the repository at this point in the history
feat: Upgrade rust edition
  • Loading branch information
achanda committed Nov 10, 2021
2 parents 5764406 + 9651b3b commit 8ad4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 8ad4354

Please sign in to comment.