From 6579928f61490ac5b08c96a4bec40c14596beed9 Mon Sep 17 00:00:00 2001 From: Bojan Date: Sat, 2 Jul 2022 20:09:15 -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 55582a2..cc6b482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "infer" -version = "0.8.1" +version = "0.9.0" authors = ["Bojan "] edition = "2018" description = "Small crate to infer file type based on magic number signatures"