From 5063e9096096c18f6d02ba75702a20bb0ee66f21 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 28 Aug 2018 15:56:49 +0200 Subject: [PATCH] v0.3.4 --- README.md | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b0d69b..b94edfe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is developed and maintained by the [Cortex-M team][team]. -# [Documentation](https://docs.rs/cortex-m-quickstart) +# [Documentation](https://rust-embedded.github.io/cortex-m-quickstart/cortex_m_quickstart) # License diff --git a/src/lib.rs b/src/lib.rs index 548fead..f85c4c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! //! # Dependencies //! -//! - Nightly Rust toolchain newer than `nightly-2018-04-08`: `rustup default nightly` +//! - Nightly Rust toolchain from 2018-08-28 or newer: `rustup default nightly` //! - Cargo `clone` subcommand: `cargo install cargo-clone` //! - GDB: `sudo apt-get install gdb-arm-none-eabi` (on Ubuntu) //! - OpenOCD: `sudo apt-get install OpenOCD` (on Ubuntu) @@ -26,7 +26,7 @@ //! 2) Clone this crate //! //! ``` text -//! $ cargo clone cortex-m-quickstart --vers 0.3.0 +//! $ cargo clone cortex-m-quickstart --vers 0.3.4 //! ``` //! //! 3) Change the crate name, author and version