aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2022-05-24 05:51:44 +0200
committerEmil Fresk <emil.fresk@gmail.com>2022-05-24 08:31:31 +0200
commitb15bda2d39e708c23027264dfa1acd72deb0b59b (patch)
treeef7676d4fcad579efbbd2f8325bf68f0e9b06a14 /macros/Cargo.toml
parent1a24c725d2c6889b68056f4804b588611271c1fd (diff)
Fix clash with defmt
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index e4f5cc2..f9d8add 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.2"
+version = "1.1.3"
[lib]
proc-macro = true