From a2033798efa01b7d3220f114f0df6065b7be3959 Mon Sep 17 00:00:00 2001 From: Bojan Date: Mon, 30 Nov 2020 22:14:10 -0400 Subject: [PATCH] build: update cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f4568e..b5f8aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.3.1" +version = "0.3.2" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file types based on its magic number signature"