From 22304665f33c333e7a27c19f8d7e4fe88b65f341 Mon Sep 17 00:00:00 2001 From: Patrick Luca Fazzi Date: Sat, 25 Jan 2025 12:12:10 +0100 Subject: [PATCH] New release Signed-off-by: Patrick Luca Fazzi --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9863f08..c7ac0e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_arkitect" -version = "0.3.4" +version = "0.3.5" authors = ["Patrick Luca Fazzi "] edition = "2021" description = "rust_arkitect is a lightweight library for defining and validating architectural rules in Rust projects"