diff options
author | 2018-09-06 00:29:45 +0200 | |
---|---|---|
committer | 2018-09-06 00:29:45 +0200 | |
commit | b0f5ee6656465ac330676fb982da5e438ee0e511 (patch) | |
tree | 17ea9f0a72e367e3a478df77240701fd23404da3 | |
parent | da13bee359d31185a489762acc487f3245fd2673 (diff) | |
download | cortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.tar.gz cortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.tar.zst cortex-m-b0f5ee6656465ac330676fb982da5e438ee0e511.zip |
No longer bump the version to 0.5.7
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" name = "cortex-m" repository = "https://github.com/japaric/cortex-m" -version = "0.5.7" +version = "0.5.6" [dependencies] aligned = "0.2.0" |