From 73d5fa31c224aaedfac5c3d81b3013fc6e45619b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 14 Nov 2019 18:19:57 -0500 Subject: remove references to 'beta' from the docs --- book/en/src/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/migration.md') 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"] -- cgit v1.2.3