Skip to content

Commit

Permalink
misc: Update dev env to Rust 1.81.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo authored Sep 17, 2024
1 parent 0639ff6 commit b7483fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion despatma-visitor/tests/fail/missing_types.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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;
|
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
(import rustOverlay)
];
};
rustVersion = "1.80.0";
rustVersion = "1.81.0";

# List of extra tools
toolList = with pkgs; [
Expand Down

0 comments on commit b7483fd

Please sign in to comment.