From 84d6e80c5c8dacb0049a83a1975d5f520ec04a9c Mon Sep 17 00:00:00 2001 From: Bojan Date: Sat, 29 Oct 2022 14:19:05 -0300 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 d829ca8..8056c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.10.0" +version = "0.11.0" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file type based on magic number signatures"