aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 11:57:32 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 11:57:32 -0400
commitc1ef52c0017b1ea28234885367bbcf735c352da2 (patch)
tree7f986da94032d4576608402b3a4bf6058822c76e
parentb0d8bd7dbdb6920aabe869c07f6db7b08f85d204 (diff)
downloadclint-main.tar.gz
clint-main.zip
update to version 0.3.0HEADv0.3.0main
-rw-r--r--Cargo.toml4
1 files 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 <bjc@kublai.com>"]
-repository = "https://github.com/bjc/clint"
+repository = "https://git.spork.org/clint.git"
edition = "2018"
readme = "README.md"