Update Rust edition to 2021

main
shellrow 2 years ago
parent 568b43d959
commit 8d78aa85ff
  1. 2
      Cargo.toml

@ -2,7 +2,7 @@
name = "default-net" name = "default-net"
version = "0.9.0" version = "0.9.0"
authors = ["shellrow <shellrow@protonmail.com>"] authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2018" edition = "2021"
description = "Cross-platform library for network interface and gateway" description = "Cross-platform library for network interface and gateway"
repository = "https://github.com/shellrow/default-net" repository = "https://github.com/shellrow/default-net"
readme = "README.md" readme = "README.md"

Loading…
Cancel
Save