aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-05-25 08:27:58 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-05-25 08:27:58 +0200
commitc3884e212c36d2a9cf260b1d9ae37c92b91ea73d (patch)
tree85fd9265e25c818bc27025178b684e53e5c7995a /rtic-macros/Cargo.toml
parent1e4977152a98e6f87cb75c611bdb9217cd59feb2 (diff)
v2.0 release
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 f7e6c7b..62734ee 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-alpha.2"
+version = "2.0.0"
[lib]
proc-macro = true