aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAdam Greig <adam@adamgreig.com>2021-09-29 22:48:28 +0100
committerAdam Greig <adam@adamgreig.com>2021-09-29 22:48:28 +0100
commit96bfa91e3bf81bc215524e8c5c02ee951339f702 (patch)
treea7171ab1169a512baa5c85948d84fc6659633eb2 /Cargo.toml
parenta62c4551582a40712336f1f16ffb33591907e80e (diff)
Release v0.1.1.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67d305f..c9b9e73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ral-registers"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2018"
description = "MMIO registers abstraction with a macro API"