summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumble Penguin <humblepenguinoffical@gmail.com>2023-04-05 17:17:03 +0500
committerHumble Penguin <humblepenguinoffical@gmail.com>2023-04-05 17:17:03 +0500
commitec2e40c392e4d4c715b6f32b4e9dbb7be7ff0326 (patch)
tree4f3a3b1a67b7500ed9de239d67d5cf46bed88abf
parentaa52fd07c0a882dcbaa74477d9d866a972ee4e06 (diff)
Update Cargo.tomlv0.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20771ea..0eb78b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1254,7 +1254,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tmplt"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bincode",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 09379e0..8b9b51b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tmplt"
-version = "0.1.0"
+version = "0.1.1"
rust-version = "1.64.0"
description = "tmplt is a command-line interface tool that allows you to quickly and easily set up project templates for various programming languages and frameworks"
edition = "2021"