From 5d860ea4d058755fb3ae8375c60ac171aec88203 Mon Sep 17 00:00:00 2001 From: Artem Sechko Date: Wed, 14 Jun 2023 02:28:00 +0700 Subject: [PATCH] Manifest update --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56e9c3d..c613c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "schnauzer" -version = "0.3.2" +version = "0.3.3" dependencies = [ "colored", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 9db433c..61db887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schnauzer" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/Arsynth/schnauzer" diff --git a/README.md b/README.md index 4db3a9f..4c6a6d5 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ __TEXT __cstring ```toml [dependencies] -schnauzer = "0.3.2" +schnauzer = "0.3.3" ``` ### Examples