aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAdam Greig <adam@adamgreig.com>2023-06-18 16:28:23 +0100
committerAdam Greig <adam@adamgreig.com>2023-06-18 16:28:23 +0100
commit7bf03005703186667623bfc681e10c44f7f8923d (patch)
tree07e709eb8c740e8db1ae0a59526f81a9788e4bfd /Cargo.toml
parent301dff58b1684bca10983fe8c524aa278a09b4c2 (diff)
Release 0.1.3
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 de3d5d8..a87b2e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ral-registers"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2018"
description = "MMIO registers abstraction with a macro API"