From 448601b01a5acacf8eb2e81c2fd304e329b4236a Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Sat, 3 Feb 2024 16:42:36 +0100 Subject: [PATCH] cargo: update to version 0.1.1 add authors to the package informations --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0560bf..d5a8c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" [[package]] name = "subtile" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cast", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 8686dca..ffa6bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subtile" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A crate of utils to operate traitements on subtitles" repository = "https://github.com/gwen-lg/subtile"