summaryrefslogtreecommitdiff
path: root/book/en/src/migration.md
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-10-17 12:00:41 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2019-10-17 12:00:45 -0500
commit1fe9767ebac37a6f220d5e84505e16691b370002 (patch)
treec991dd5f64f6c44935824858ddd003309baa9669 /book/en/src/migration.md
parente82fb497f091e7e182ae349baf7dd3c225cd18bf (diff)
downloadrtic-1fe9767ebac37a6f220d5e84505e16691b370002.tar.gz
rtic-1fe9767ebac37a6f220d5e84505e16691b370002.tar.zst
rtic-1fe9767ebac37a6f220d5e84505e16691b370002.zip
version v0.5 is still betav0.5.0-beta.1
Diffstat (limited to '')
-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 dd0092d9..bbafe0d0 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"]