aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2022-05-09 13:32:26 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2022-05-09 13:33:49 +0200
commit906abba71e2e21c44ef57dff0f0e0a13f242d216 (patch)
treefb44d2217acba0bb82ed1d3555e33ed2699413e9 /macros
parent06d2941d6fed34334d22768b44f6e285235c7daa (diff)
downloadrtic-906abba71e2e21c44ef57dff0f0e0a13f242d216.tar.gz
rtic-906abba71e2e21c44ef57dff0f0e0a13f242d216.tar.zst
rtic-906abba71e2e21c44ef57dff0f0e0a13f242d216.zip
Prepare v1.1.2
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 350db900..8b3bf080 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "1.1.0"
+version = "1.1.1"
[lib]
proc-macro = true