Skip to content

Commit

Permalink
Software: Update Rust to 1.24.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
8573 committed Mar 19, 2018
1 parent bf8ac3e commit 02eafbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions software/devel/languages/programming/rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
];
sw = p: with p; ([
(rustChannelOf {
# The last version of 2017, as of 2017-12-30.
channel = "1.22.1";
channel = "1.24.1";
}).rust
rustfmt
rustracer
]);
}

0 comments on commit 02eafbf

Please sign in to comment.