From 8928993d330482d164ae5403d7861fbb68252de4 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 25 Mar 2023 17:30:08 +0100 Subject: build: bump version to 0.2.0 --- macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6fa4a5f..4617a25 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ridicule-macros" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lib] @@ -13,4 +13,4 @@ proc-macro-error = "1.0.4" proc-macro2 = "1.0.52" [dev-dependencies] -ridicule = { version = "0.1.0", path = ".." } +ridicule = { version = "0.2.0", path = ".." } -- cgit v1.2.3-18-g5258