From 56dd36d5d682dfb8a9be73d39973da460015493b Mon Sep 17 00:00:00 2001 From: nebulatgs Date: Fri, 10 Mar 2023 20:22:23 -0500 Subject: [PATCH] chore: Release railwayapp version 3.0.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cabb47608..cadbe4e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.0.10" +version = "3.0.12" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 1faf8eebb..b11200075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.0.10" +version = "3.0.12" edition = "2021" license = "MIT" authors = ["Railway "]