Bump MSRV to 1.64.0

main
DaXcess 2023-01-27 14:23:47 +00:00
parent 4491d182ce
commit ebf5efec29
No known key found for this signature in database
GPG Key ID: CF78CC72F0FD5EAD
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
name = "spoticord"
version = "2.0.0-beta"
edition = "2021"
rust-version = "1.64.0"
[[bin]]
name = "spoticord"

View File

@ -1,5 +1,5 @@
# Builder
FROM rust:1.62-buster as builder
FROM rust:1.64-buster as builder
WORKDIR /app