From 9863115f7d65e4173059a802b29595a32303469b Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 22 Mar 2023 12:31:05 -0700 Subject: [PATCH] chore: Release railwayapp version 3.0.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68dc0d18b..8420ea061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,7 +1452,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.0.14" +version = "3.0.15" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index d2501a29b..cfbf5e1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.0.14" +version = "3.0.15" edition = "2021" license = "MIT" authors = ["Railway "]