diff options
-rw-r--r-- | RELEASE_PROCEDURE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index 9502765c..25ba11d6 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -36,6 +36,6 @@ branch. - Add a new Unreleased section header to CHANGELOG.md. - In `Cargo.toml`, update the version to the nextversion, e.g. `v0.8.4`. -- In `Cargo.tml`, revert the libc dependency to its git master branch. +- In `Cargo.toml`, revert the libc dependency to its git master branch. - Commit with a message like "Bump to v0.8.4" - Make a pull request. |