aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-07-25 10:01:51 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-07-25 08:16:13 +0000
commit0228350ef4758c45623e325c41116720bbc2b30a (patch)
tree31ef9889d6332e64ec624c4047af284c82ac7a45 /rtic-macros/Cargo.toml
parent1967058784ae674b69302500f4b95c1fc4ab4056 (diff)
Fixed new TAIT requirement and release v2.0.1 of RTIC
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 4649850..ade6842 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.0.0"
+version = "2.0.1"
[lib]
proc-macro = true