From aad8344fad8d49808ea028a3fa8bc39dd0bc5721 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Mon, 11 Nov 2024 18:16:42 +0300 Subject: [PATCH] Bump to 0.8.0 --- macroslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macroslib/Cargo.toml b/macroslib/Cargo.toml index 774d5539..02a5390f 100644 --- a/macroslib/Cargo.toml +++ b/macroslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flapigen" -version = "0.7.0" +version = "0.8.0" authors = ["Evgeniy A. Dushistov "] description = "Tool for connecting libraries written in Rust with other languages" license = "BSD-3-Clause"