Switch to rust edition 2021

This commit is contained in:
Joakim Frostegård 2021-11-24 18:56:26 +01:00
parent 2913cd1d00
commit 473276cd46
13 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
name = "aquatic_udp"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"
description = "Blazingly fast, multi-threaded UDP BitTorrent tracker"
repository = "https://github.com/greatest-ape/aquatic"