From c1ef52c0017b1ea28234885367bbcf735c352da2 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 12 Oct 2022 11:57:32 -0400 Subject: update to version 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4fca0bd..0cf28f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] -repository = "https://github.com/bjc/clint" +repository = "https://git.spork.org/clint.git" edition = "2018" readme = "README.md" -- cgit v1.2.3