[4162] in Software_Announce
Rust on Athena updated to 1.2
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Mon Sep 14 18:43:19 2015
From: Alex T Prengel <alexp@mit.edu>
To: software-announce@mit.edu
Cc: alexp@mit.edu
Date: Mon, 14 Sep 2015 18:43:10 -0400
I've updated the Rust programming language on Athena to 1.2. From my
message to users:
Rust on Athena has been updated to version 1.2. Release notes are at
http://web.mit.edu/afs/athena.mit.edu/software/rust-lang_v1.2/RELEASES.md
To use the rustc compiler to compile a source file myfile.rs:
add rust-lang
rustc myfile.rs
See http://web.mit.edu/rust-lang_v1.2/README.athena for instructions and
links to documentation.
Alex