aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-10-17 12:00:41 -0500
committerJorge Aparicio <jorge@japaric.io>2019-10-17 12:00:45 -0500
commit1fe9767ebac37a6f220d5e84505e16691b370002 (patch)
treec991dd5f64f6c44935824858ddd003309baa9669 /book
parente82fb497f091e7e182ae349baf7dd3c225cd18bf (diff)
version v0.5 is still beta
Diffstat (limited to 'book')
-rw-r--r--book/en/src/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration.md b/book/en/src/migration.md
index dd0092d..bbafe0d 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"
+version = "0.5.0-beta.1"
# and remove this Cargo feature
features = ["timer-queue"]