aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAdam Greig <adam@adamgreig.com>2023-01-03 17:38:25 +0000
committerAdam Greig <adam@adamgreig.com>2023-01-03 17:38:25 +0000
commit83e35f81ff4f69e04dbea12c03a853f2939f262b (patch)
treedacbb6bb70d8ba62a616d8df693503c799a1575d /Cargo.toml
parentc3a5ddfdb8e2d9995436a0c4e76ca04b48e4603d (diff)
Release 0.1.2
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 c9b9e73..de3d5d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ral-registers"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2018"
description = "MMIO registers abstraction with a macro API"