From 76aafd2fc0e645062f2973d6b465d5bd0d33a6cb Mon Sep 17 00:00:00 2001 From: Itsusinn Date: Thu, 30 Jun 2022 10:51:26 +0800 Subject: [PATCH] chore: release 1.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59ceb3f..4588e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2244,7 +2244,7 @@ checksum = "20f34339676cdcab560c9a82300c4c2581f68b9369aedf0fae86f2ff9565ff3e" [[package]] name = "telegram-message-source" -version = "1.5.0" +version = "1.5.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b12ecc3..9ea30ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telegram-message-source" -version = "1.5.0" +version = "1.5.1" authors = ["Itsusinn "] edition = "2021"