From 3adc9c31f3fd46af7e3a42a5adba7471452f06e1 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 21 Apr 2019 20:25:59 +0200 Subject: update the book --- book/en/src/by-example/new.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book/en/src/by-example/new.md') diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md index ae49ef2..91b31bb 100644 --- a/book/en/src/by-example/new.md +++ b/book/en/src/by-example/new.md @@ -40,7 +40,7 @@ $ rm memory.x build.rs `timer-queue` feature. ``` console -$ cargo add cortex-m-rtfm +$ cargo add cortex-m-rtfm --allow-prerelease ``` 4. Write your RTFM application. @@ -49,7 +49,7 @@ Here I'll use the `init` example from the `cortex-m-rtfm` crate. ``` console $ curl \ - -L https://github.com/japaric/cortex-m-rtfm/raw/v0.4.0/examples/init.rs \ + -L https://github.com/japaric/cortex-m-rtfm/raw/v0.5.0-alpha.1/examples/init.rs \ > src/main.rs ``` -- cgit v1.2.3