From 9b6568d82d4f802aaee2e50495abf771d2236e2a Mon Sep 17 00:00:00 2001 From: chesedo Date: Tue, 17 Sep 2024 10:49:04 +0200 Subject: [PATCH] misc: Update dev env to Rust 1.81.0 --- despatma-visitor/tests/fail/missing_types.stderr | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/despatma-visitor/tests/fail/missing_types.stderr b/despatma-visitor/tests/fail/missing_types.stderr index 3229e2d..6153a99 100644 --- a/despatma-visitor/tests/fail/missing_types.stderr +++ b/despatma-visitor/tests/fail/missing_types.stderr @@ -37,7 +37,7 @@ error[E0412]: cannot find type `Arc` in this scope 6 | visitor!(dyn Circle, Rectangle, dyn Sphere, Arc, dyn Cube); | ^^^ not found in this scope | -help: consider importing one of these items +help: consider importing one of these structs | 4 + use crate::library::shapes::Arc; | diff --git a/shell.nix b/shell.nix index 769d919..7a44c3d 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,7 @@ let (import rustOverlay) ]; }; - rustVersion = "1.80.0"; + rustVersion = "1.81.0"; # List of extra tools toolList = with pkgs; [