diff options
author | 2018-10-27 13:08:49 +0200 | |
---|---|---|
committer | 2018-10-27 13:51:49 +0200 | |
commit | ed7a8c8ea529ebc3ea7859c7e0f91871bb2772c2 (patch) | |
tree | dc5297c4a6858f4586229cec7de53c5cdcdafd1e /Cargo.toml | |
parent | 4134f02d65982e18784e87b046a11dab287f74c3 (diff) | |
download | cortex-m-ed7a8c8ea529ebc3ea7859c7e0f91871bb2772c2.tar.gz cortex-m-ed7a8c8ea529ebc3ea7859c7e0f91871bb2772c2.tar.zst cortex-m-ed7a8c8ea529ebc3ea7859c7e0f91871bb2772c2.zip |
v0.5.8
required to make a release
we can publish now or wait for #120
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/japaric/cortex-m" -version = "0.5.7" +version = "0.5.8" [dependencies] aligned = "0.2.0" |