Skip to content

Commit a17b764

Browse files
committed
Bump MSRV to 1.83
Changes to built now require 1.83 to allow const references to statics
1 parent 248845d commit a17b764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "numtracker"
55
version = "0.0.0"
66
edition = "2021"
77
license = "Apache-2.0"
8-
rust-version = "1.82"
8+
rust-version = "1.83"
99

1010
[lints.clippy]
1111
unwrap_used = "deny"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82.0-slim AS build
1+
FROM rust:1.84.1-slim AS build
22

33
RUN rustup target add x86_64-unknown-linux-musl && \
44
apt-get update && \

0 commit comments

Comments
 (0)