From bbf5b7c3eeafeebce76102f34461248977ff5b26 Mon Sep 17 00:00:00 2001 From: Romet Tagobert Date: Sun, 26 Nov 2023 20:17:39 +0200 Subject: [PATCH] bump to 0.4.2 --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 176d0c8..80a921c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nif" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Romet Tagobert "] categories = [] @@ -9,9 +9,7 @@ homepage = "https://github.com/amPerl/nif" repository = "https://github.com/amPerl/nif" license = "MIT" readme = "README.md" -exclude = [ - "tests/*" -] +exclude = ["tests/*"] [[bin]] name = "nif2obj"