From df1a38d31ef20051929a7ea46fa4dec1a29fafe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 6 Dec 2023 13:35:09 +0100 Subject: [PATCH] Release 2.0.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a1ce6b..418f8b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro-crate" -version = "2.0.0" +version = "2.0.1" authors = ["Bastian Köcher "] edition = "2021" categories = ["development-tools::procedural-macro-helpers"] @@ -15,7 +15,7 @@ readme = "./README.md" rust-version = "1.66.0" [dependencies] -toml_edit = "0.20.2" +toml_edit = "=0.20.2" [dev-dependencies] quote = "1.0.33"