From 75f6e4340935f750a062e7559332f1d2e3b4de57 Mon Sep 17 00:00:00 2001 From: Krypton Date: Tue, 1 Oct 2024 08:02:59 +0200 Subject: [PATCH] chore: Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31d2e3d..5486ea3 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rsmanuf" description = "📇 A very simple Rust library to get the manufacturer of a specific MAC address" authors = ["Krypton "] -version = "2.1.7" +version = "2.1.8" documentation = "https://docs.rs/rsmanuf" categories = ["network-programming"] license-file = "LICENSE.md"