42: v0.3.4 r=therealprof a=japaric

a few more updates before the next release

r? @rust-embedded/cortex-m

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot]
2018-08-28 14:07:43 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
This project is developed and maintained by the [Cortex-M team][team]. 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 # License

View File

@@ -2,7 +2,7 @@
//! //!
//! # Dependencies //! # 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` //! - Cargo `clone` subcommand: `cargo install cargo-clone`
//! - GDB: `sudo apt-get install gdb-arm-none-eabi` (on Ubuntu) //! - GDB: `sudo apt-get install gdb-arm-none-eabi` (on Ubuntu)
//! - OpenOCD: `sudo apt-get install OpenOCD` (on Ubuntu) //! - OpenOCD: `sudo apt-get install OpenOCD` (on Ubuntu)
@@ -26,7 +26,7 @@
//! 2) Clone this crate //! 2) Clone this crate
//! //!
//! ``` text //! ``` 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 //! 3) Change the crate name, author and version