From 16832291eb11d5f8b7a2e88a38b1bf1aec65ca21 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 10 Jan 2018 01:25:53 +0000 Subject: [PATCH] doc: update Rust version. [ci skip] --- doc/manual/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index 912c19dd2..931795a15 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -102,7 +102,7 @@ and the ARTIQ kernels. * Install Rust: :: $ 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 $ git submodule update --init $ mkdir build