From 653b05df358e36a15501dce1d4ce7ffe2397b1b1 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Mon, 7 Aug 2023 11:12:48 +0700 Subject: [PATCH] v1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d59a2b6..3f74d43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2539,7 +2539,7 @@ dependencies = [ [[package]] name = "tin" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 5e1a0a1..e3e0918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # طين is an arabic word for Clay name = "tin" -version = "1.0.2" +version = "1.0.3" authors = ["azzamsa "] categories = ["web-programming"] edition = "2021"