Skip to content

Commit

Permalink
Update rust toolchain to 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozycki committed Apr 7, 2024
1 parent 141db69 commit 3e54555
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust toolchain
id: toolchain
uses: dtolnay/rust-toolchain@1.74.1
uses: dtolnay/rust-toolchain@1.77.1
with:
components: clippy, rustfmt
- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pkgs = import nixpkgs {
inherit system overlays;
};
rust = pkgs.rust-bin.stable."1.76.0".default.override {
rust = pkgs.rust-bin.stable."1.77.1".default.override {
extensions = [ "rust-src" ];
};
in
Expand Down

0 comments on commit 3e54555

Please sign in to comment.