diff options
Diffstat (limited to '')
-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 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"] |