From 0228350ef4758c45623e325c41116720bbc2b30a Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 25 Jul 2023 10:01:51 +0200 Subject: Fixed new TAIT requirement and release v2.0.1 of RTIC --- rtic-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-macros/Cargo.toml') 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 -- cgit v1.2.3