diff options
author | 2019-11-18 16:38:52 +0100 | |
---|---|---|
committer | 2019-11-18 16:38:52 +0100 | |
commit | ebd62215ff05bd0a43a17539e39b92fac8d024cb (patch) | |
tree | 3638bffb95fd61b32e2281e3336152f71eb7642f | |
parent | dfab15ed781fd780146d7592d4e0a86d6c31b4cc (diff) | |
download | rtic-ebd62215ff05bd0a43a17539e39b92fac8d024cb.tar.gz rtic-ebd62215ff05bd0a43a17539e39b92fac8d024cb.tar.zst rtic-ebd62215ff05bd0a43a17539e39b92fac8d024cb.zip |
Bumped version to 0.5.1, cyccntr bugfix
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" readme = "README.md" repository = "https://github.com/rtfm-rs/cortex-m-rtfm" -version = "0.5.0" +version = "0.5.1" [lib] name = "rtfm" |