aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2025-06-08 12:02:38 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-06-08 10:44:11 +0000
commit95616b3c59e0d57afc8fb569458a33973beeaf54 (patch)
tree4146c41067e381470a7cfdffdb963c32861025b7 /rtic-macros/Cargo.toml
parentac0579c81f9e8f10321c77432c9ae759e406c371 (diff)
Release RTIC v2.1.3
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index a7d9133..c38f575 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -22,7 +22,7 @@ name = "rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
-version = "2.1.2"
+version = "2.1.3"
[package.metadata.docs.rs]
features = ["test-template"]