fix msrv, bump edition

This commit is contained in:
Gabriel Fontes
2023-06-12 00:26:52 -03:00
parent e42a52e0ac
commit 8b4c67fb0a
2 changed files with 3 additions and 2 deletions

View File

@@ -3,9 +3,10 @@ name = "disconic"
description = "Discord bot for interacting with subsonic music libraries"
version = "1.0.0"
authors = [ "Gabriel Fontes <eu@misterio.me>" ]
edition = "2018"
edition = "2021"
homepage = "https://misterio.me"
license = "AGPL-3.0-or-later"
rust-version = "1.70.0"
[patch.crates-io.sunk]