chore: switch to 2021 edition
This commit is contained in:
parent
d8c59413bd
commit
3cafa3d5ae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ license = "AGPL-3.0-only"
|
|||
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
|
||||
repository = "https://git.jcg.re/jcgruenhage/peshming"
|
||||
keywords = ["ping", "icmp", "prometheus"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
|
||||
build = "build.rs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue