doc: update Rust version.

[ci skip]
This commit is contained in:
whitequark 2018-01-10 01:25:53 +00:00
parent 2009734b3c
commit 16832291eb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ and the ARTIQ kernels.
* Install Rust: :: * Install Rust: ::
$ cd ~/artiq-dev $ cd ~/artiq-dev
$ git clone -b artiq-1.22.1 https://github.com/m-labs/rust $ git clone -b artiq-1.23.0 https://github.com/m-labs/rust
$ cd rust $ cd rust
$ git submodule update --init $ git submodule update --init
$ mkdir build $ mkdir build