aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-14 18:46:37 -0400
committerBrian Cully <bjc@kublai.com>2019-08-14 18:46:37 -0400
commit25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3 (patch)
tree32571d96fd072835e0c5a31b209d60946734ea7f
parentd3dec8d5242efa061cf32fe93ebb49ed2630336c (diff)
downloadclint-25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3.tar.gz
clint-25bffc6bd9e88bcc8ac7c56ab5ba883543f530c3.zip
Version bump to 0.2.1.v0.2.1
No real changes. Just documentation.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1079e1d..4fca0bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]