diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:19:57 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-14 18:19:57 -0500 |
| commit | 73d5fa31c224aaedfac5c3d81b3013fc6e45619b (patch) | |
| tree | 930467182ae3b83da36a575ee1254617049365a3 /book/en/src/migration.md | |
| parent | 6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff) | |
remove references to 'beta' from the docs
Diffstat (limited to 'book/en/src/migration.md')
| -rw-r--r-- | book/en/src/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration.md b/book/en/src/migration.md index a71773e..a014c06 100644 --- a/book/en/src/migration.md +++ b/book/en/src/migration.md @@ -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"] |
