Skip to content

Commit

Permalink
feat: Upgrade rust edition
Browse files Browse the repository at this point in the history
cargo fix --edition did not result in any changes to src
  • Loading branch information
achanda committed Nov 8, 2021
1 parent 5764406 commit 9651b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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 9651b3b

Please sign in to comment.