From 0fa8d597ed4a646d94a278d4fd82fbce57830dd9 Mon Sep 17 00:00:00 2001 From: Gabriel-Paulucci Date: Tue, 28 Sep 2021 13:07:51 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20a=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- Cargo.lock | 4 +++- Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2abc882..2291b77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /target .env docker-compose.sh - -docker-compose --env-file .env up --force-recreate --build -d diff --git a/Cargo.lock b/Cargo.lock index a8e3990..94f34f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler" version = "1.0.2" @@ -772,7 +774,7 @@ dependencies = [ [[package]] name = "kurosawa_dia" -version = "1.4.1" +version = "1.4.2" dependencies = [ "base64 0.13.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2a6e8b0..eae4d48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kurosawa_dia" -description = "New stage - Patch 1" -version = "1.4.1" +description = "New stage - Patch 2" +version = "1.4.2" authors = ["Gabriel-Paulucci "] edition = "2018" resolver = "2"