meta: rust edition 2018 -> 2021

This commit is contained in:
Jake McGinty 2022-01-11 01:54:43 -06:00
parent 8dd11977af
commit 5c72592069
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
[package]
authors = ["Jake McGinty <jake@tonari.no>"]
description = "A client to manage innernet network interfaces."
edition = "2018"
edition = "2021"
homepage = "https://github.com/tonarino/innernet"
license = "MIT"
name = "client"

View file

@ -1,7 +1,7 @@
[package]
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
description = "A simplistic /etc/hosts file editor."
edition = "2018"
edition = "2021"
license = "UNLICENSED"
name = "hostsfile"
publish = false

View file

@ -1,6 +1,6 @@
[package]
authors = ["Jake McGinty <me@jake.su>"]
edition = "2018"
edition = "2021"
name = "publicip"
version = "0.1.0"

View file

@ -1,7 +1,7 @@
[package]
authors = ["Jake McGinty <me@jake.su>"]
description = "A server to coordinate innernet networks."
edition = "2018"
edition = "2021"
license = "MIT"
name = "server"
publish = false

View file

@ -1,6 +1,6 @@
[package]
authors = ["Jake McGinty <me@jake.su>"]
edition = "2018"
edition = "2021"
license = "MIT"
name = "shared"
publish = false

View file

@ -2,7 +2,7 @@
authors = ["K900 <me@0upti.me>", "Jake McGinty <jake@tonari.no>"]
categories = ["os::unix-apis"]
description = "High level bindings to the WireGuard embeddable C library"
edition = "2018"
edition = "2021"
license = "LGPL-2.1-or-later"
name = "wireguard-control"
readme = "README.md"