From 4ccbbeacd34c6ee4e3a9c705e9bdaf0e0cb7f7b9 Mon Sep 17 00:00:00 2001 From: nebulatgs Date: Fri, 17 Mar 2023 16:48:40 -0400 Subject: [PATCH] chore: Release railwayapp version 3.0.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45c8cb6bb..9caf8dc07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.0.12" +version = "3.0.13" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 01b048d12..74282b8ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.0.12" +version = "3.0.13" edition = "2021" license = "MIT" authors = ["Railway "]