From 3b82c585d1ce6d4ea33be57e72b548b538129d6c 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 cb5a9927b..de59590b8 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