diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 18:46:37 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 18:46:37 -0400 |
commit | 25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3 (patch) | |
tree | 32571d96fd072835e0c5a31b209d60946734ea7f /Cargo.toml | |
parent | d3dec8d5242efa061cf32fe93ebb49ed2630336c (diff) | |
download | clint-25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3.tar.gz clint-25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3.zip |
Version bump to 0.2.1.v0.2.1
No real changes. Just documentation.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "clint" -version = "0.2.0" +version = "0.2.1" description = "CLosure INTerrupt handlers." categories = ["no-std", "embedded", "hardware-support", "asynchronous"] keywords = ["interrupt", "peripheral"] |