From bff5f0812113192e2874a1d86943b90e2ed5ba4d Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Tue, 11 Apr 2023 16:28:33 +0200 Subject: [PATCH] release: 2.0.0 Breaking, due to syn bump to major version 2 which is part of the public API. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1b994f..8d14285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expander" -version = "1.0.0" +version = "2.0.0" authors = ["Bernhard Schuster "] edition = "2021" license = "MIT OR Apache-2.0"