diff options
author | Brian Cully <bjc@kublai.com> | 2022-10-12 11:57:32 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-10-12 11:57:32 -0400 |
commit | c1ef52c0017b1ea28234885367bbcf735c352da2 (patch) | |
tree | 7f986da94032d4576608402b3a4bf6058822c76e /Cargo.toml | |
parent | b0d8bd7dbdb6920aabe869c07f6db7b08f85d204 (diff) | |
download | clint-c1ef52c0017b1ea28234885367bbcf735c352da2.tar.gz clint-c1ef52c0017b1ea28234885367bbcf735c352da2.zip |
Diffstat (limited to 'Cargo.toml')
-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" |