From e500dbfa0c992fbd34eaa02fbf1fd0d05a8c2356 Mon Sep 17 00:00:00 2001 From: Lukas Lueg Date: Fri, 26 Jul 2024 20:16:47 +0200 Subject: [PATCH] Bump to 0.3.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c52bc1a..909b42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "railroad" -version = "0.3.1" +version = "0.3.2" authors = ["Lukas Lueg "] license = "MIT" description = "A library to create syntax-diagrams as Scalable Vector Graphics" repository = "https://github.com/lukaslueg/railroad" documentation = "https://docs.rs/railroad" readme = "README.md" -exclude = ["examples/*.jpeg"] +exclude = ["examples/*.jpeg", "examples/*.png", "examples/*.html"] edition = "2021" [features]