We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248845d commit a17b764Copy full SHA for a17b764
Cargo.toml
@@ -5,7 +5,7 @@ name = "numtracker"
5
version = "0.0.0"
6
edition = "2021"
7
license = "Apache-2.0"
8
-rust-version = "1.82"
+rust-version = "1.83"
9
10
[lints.clippy]
11
unwrap_used = "deny"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.82.0-slim AS build
+FROM rust:1.84.1-slim AS build
2
3
RUN rustup target add x86_64-unknown-linux-musl && \
4
apt-get update && \
0 commit comments