mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: bump Rust to 1.84 (#7719)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Keep synced with `rust-toolchain.toml`
|
||||
ARG RUST_VERSION="1.83.0"
|
||||
ARG RUST_VERSION="1.84.0"
|
||||
ARG ALPINE_VERSION="3.20"
|
||||
ARG CARGO_CHEF_VERSION="0.1.67"
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ enum EventloopTick {
|
||||
UpdateNotification(Option<Option<updates::Notification>>),
|
||||
}
|
||||
|
||||
impl<'a, I: GuiIntegration> Controller<'a, I> {
|
||||
impl<I: GuiIntegration> Controller<'_, I> {
|
||||
pub async fn start(
|
||||
ctlr_tx: CtlrTx,
|
||||
integration: I,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
# Keep synced with `Dockerfile`
|
||||
channel = "1.83.0"
|
||||
channel = "1.84.0"
|
||||
|
||||
12
scripts/nix/flake.lock
generated
12
scripts/nix/flake.lock
generated
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1732749044,
|
||||
"narHash": "sha256-T38FQOg0BV5M8FN1712fovzNakSOENEYs+CSkg31C9Y=",
|
||||
"lastModified": 1735563628,
|
||||
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0c5b4ecbed5b155b705336aa96d878e55acd8685",
|
||||
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -61,11 +61,11 @@
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732802692,
|
||||
"narHash": "sha256-kFrxb45qj52TT/OFUFyTdmvXkn/KXDUL0/DOtjHEQvs=",
|
||||
"lastModified": 1736476219,
|
||||
"narHash": "sha256-+qyv3QqdZCdZ3cSO/cbpEY6tntyYjfe1bB12mdpNFaY=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "34971069ec33755b2adf2481851f66d8ec9a6bfa",
|
||||
"rev": "de30cc5963da22e9742bbbbb9a3344570ed237b9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, flake-utils, rust-overlay, ... } @ inputs:
|
||||
outputs = { nixpkgs, flake-utils, rust-overlay, ... }:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(
|
||||
system:
|
||||
|
||||
Reference in New Issue
Block a user