mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
remove references to 'beta' from the docs
This commit is contained in:
parent
6b0a2df41c
commit
73d5fa31c2
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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:}}
|
||||
|
|
Loading…
Reference in a new issue