mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust): bump Rust to 1.80.1 (#6346)
This fixes some little bugs that probably don't affect us.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Keep synced with `rust-toolchain.toml`
|
||||
ARG RUST_VERSION="1.80"
|
||||
ARG RUST_VERSION="1.80.1"
|
||||
ARG ALPINE_VERSION="3.20"
|
||||
ARG CARGO_CHEF_VERSION="0.1.67"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
# Keep synced with `Dockerfile`
|
||||
channel = "1.80"
|
||||
channel = "1.80.1"
|
||||
|
||||
Reference in New Issue
Block a user