From b8b4802cd996f4f39418ac91d71ed499d94bc525 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 28 Dec 2022 18:29:09 +0100 Subject: [PATCH] version: dtmt v0.1.2 --- Cargo.lock | 2 +- crates/dtmt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb29be5..eb905e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "dtmt" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "color-eyre", diff --git a/crates/dtmt/Cargo.toml b/crates/dtmt/Cargo.toml index 2b31b6e..decf57c 100644 --- a/crates/dtmt/Cargo.toml +++ b/crates/dtmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtmt" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies]