Skip to content

Commit 25c73bc

Browse files
authored
Merge pull request #27 from Navigraph/rust-1.90
2 parents 0dfed5b + 1f1034e commit 25c73bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM rust:1.84.1
1+
FROM rust:1.90
22

33
# Install needed packages and clean up
44
RUN apt update && \
5-
apt install -y --no-install-recommends lsb-release wget software-properties-common gnupg gcc-multilib git && \
5+
apt install -y --no-install-recommends lsb-release wget gnupg gcc-multilib git && \
66
rm -rf /var/lib/apt/lists/*
77

88
# Install clang and clean up

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.84.1"
3+
channel = "1.90"
44
targets = ["wasm32-wasip1"]

0 commit comments

Comments
 (0)