Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit ab11e90

Browse files
committed
Update toolchain to use Rust 1.79
1 parent 246e0bf commit ab11e90

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

flake.lock

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
url = "github:oxalica/rust-overlay";
2828
inputs = {
2929
nixpkgs.follows = "nixpkgs";
30-
flake-utils.follows = "flake-utils";
3130
};
3231
};
3332

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# SOFTWARE.
2121

2222
[toolchain]
23-
channel = "1.78"
23+
channel = "1.79"
2424
profile = "minimal"
2525
components = [
2626
"rustc",

0 commit comments

Comments
 (0)