remove references to 'beta' from the docs

This commit is contained in:
Jorge Aparicio 2019-11-14 18:19:57 -05:00
parent 6b0a2df41c
commit 73d5fa31c2
3 changed files with 2 additions and 5 deletions

View file

@ -48,7 +48,7 @@ Here I'll use the `init` example from the `cortex-m-rtfm` crate.
``` console
$ curl \
-L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0-beta.1/examples/init.rs \
-L https://github.com/rtfm-rs/cortex-m-rtfm/raw/v0.5.0/examples/init.rs \
> src/main.rs
```

View file

@ -15,7 +15,7 @@ First, the version of the `cortex-m-rtfm` dependency needs to be updated to
version = "0.4.3"
# into this
version = "0.5.0-beta.1"
version = "0.5.0"
# and remove this Cargo feature
features = ["timer-queue"]

View file

@ -14,9 +14,6 @@ There is a translation of this book in [Russian].
This is the documentation of v0.5.x of RTFM; for the documentation of version
v0.4.x go [here](/0.4).
**HEADS UP** This is a **beta** pre-release; there may be breaking changes in
the API and semantics before a proper release is made.
{{#include ../../../README.md:5:44}}
{{#include ../../../README.md:50:}}