From 1fe9767ebac37a6f220d5e84505e16691b370002 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 17 Oct 2019 12:00:41 -0500 Subject: [PATCH] version v0.5 is still beta --- book/en/src/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/migration.md b/book/en/src/migration.md index dd0092d925..bbafe0d068 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"]