diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ [package] name = "clint" -version = "0.2.1" +version = "0.3.0" description = "CLosure INTerrupt handlers." categories = ["no-std", "embedded", "hardware-support", "asynchronous"] keywords = ["interrupt", "peripheral"] license = "LGPL-3.0-or-later" authors = ["Brian Cully <bjc@kublai.com>"] -repository = "https://github.com/bjc/clint" +repository = "https://git.spork.org/clint.git" edition = "2018" readme = "README.md" |