Browse Source

update Rust version to 1.8

Steve Klabnik 9 years ago
parent
commit
c5c034ae86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/rust.sh

+ 1 - 1
toolset/setup/linux/languages/rust.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-RUST_VERSION="1.7.0"
+RUST_VERSION="1.8.0"
 
 RETCODE=$(fw_exists $IROOT/rust.installed)
 [ ! "$RETCODE" == 0 ] || { \