diff --git a/Cargo.toml b/Cargo.toml index f500e2c..6ad3609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "spoticord" version = "2.0.0-beta" edition = "2021" +rust-version = "1.64.0" [[bin]] name = "spoticord" diff --git a/Dockerfile b/Dockerfile index dca4d6a..d3c3f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.62-buster as builder +FROM rust:1.64-buster as builder WORKDIR /app