aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <ianpmcintyre@gmail.com>2023-02-14 09:48:18 -0500
committerIan McIntyre <ianpmcintyre@gmail.com>2023-02-14 09:48:18 -0500
commit83a3ff31a0c7078fb090f9e767e0a3b050f74542 (patch)
treebd4e0b22ab7c7ca3b3f6dbce616b09f21783c91b /Cargo.toml
parent4c80cf49e3850ca979a57b62a63d2e9d6acb744b (diff)
Prepare 0.1.1 release
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 9f43be8..75a601b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imxrt-rt"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/imxrt-rs/imxrt-rt"