From 1eb1fc1e6c19cd3287872ef9113ed28c0d44b93c Mon Sep 17 00:00:00 2001 From: katsumi143 <32640219+katsumi143@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:48:39 +1000 Subject: [PATCH] version 0.12.0 --- Cargo.lock | 2 +- mellow/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 999d6e3..89244b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,7 +1181,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "mellow" -version = "0.11.1" +version = "0.12.0" dependencies = [ "actix-web", "async-recursion", diff --git a/mellow/Cargo.toml b/mellow/Cargo.toml index dab8823..3fd19c4 100644 --- a/mellow/Cargo.toml +++ b/mellow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mellow" authors = ["katsumi143 <32640219+katsumi143@users.noreply.github.com>"] -version = "0.11.1" +version = "0.12.0" description = "now here's the syncer" readme = "../README.md"