Skip to content

Commit 02eafbf

Browse files
committed
Software: Update Rust to 1.24.1
Update my Rust toolchain installation from version 1.22.1 to version 1.24.1 to escape a jobserver bug: <rust-lang/rust#46981>. Version 1.24.1 comes with rustfmt, so this patch uninstalls the Nix package for rustfmt.
1 parent bf8ac3e commit 02eafbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

software/devel/languages/programming/rust/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
];
77
sw = p: with p; ([
88
(rustChannelOf {
9-
# The last version of 2017, as of 2017-12-30.
10-
channel = "1.22.1";
9+
channel = "1.24.1";
1110
}).rust
12-
rustfmt
1311
rustracer
1412
]);
1513
}

0 commit comments

Comments
 (0)