mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump Rust version to 1.90 (#10380)
One of the more quiet Rust releases with no new clippy lints that would require code updates.
This commit is contained in:
@@ -62,7 +62,7 @@ COPY ${PACKAGE} .
|
||||
FROM runtime AS dev
|
||||
|
||||
ARG PACKAGE
|
||||
ARG RUST_VERSION="1.89.0" # Keep in sync with `rust-toolchain.toml`
|
||||
ARG RUST_VERSION="1.90.0" # Keep in sync with `rust-toolchain.toml`
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#![cfg(not(windows))] // For some reason, Windows doesn't like this test.
|
||||
#![allow(clippy::unwrap_used)]
|
||||
|
||||
#[cfg(not(windows))] // For some reason, Windows doesn't like this test.
|
||||
#[tokio::test]
|
||||
async fn client_does_not_pipeline_messages() {
|
||||
use std::{str::FromStr, sync::Arc, time::Duration};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "1.89.0" # Keep in sync with `Dockerfile`
|
||||
channel = "1.90.0" # Keep in sync with `Dockerfile`
|
||||
components = ["rust-src", "rust-analyzer", "clippy"]
|
||||
targets = ["x86_64-unknown-linux-musl"]
|
||||
|
||||
Reference in New Issue
Block a user