From 71a2b37faba9586f4d1abbe818d60d03dc729f3b Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 21 Mar 2021 17:56:20 +0000 Subject: [PATCH] :tada: ptth_core to 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 3 ++- crates/ptth_core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fec5cc..80ad9cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1444,7 +1444,7 @@ dependencies = [ [[package]] name = "ptth_core" -version = "1.1.0" +version = "1.2.0" dependencies = [ "ctrlc", "futures", diff --git a/Cargo.toml b/Cargo.toml index 82591a2..230059f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ tokio = { version = "1.4.0", features = ["full"] } tracing-subscriber = "0.2.16" tracing = "0.1.25" -debug_proxy = { path = "crates/debug_proxy" } ptth_relay = { path = "crates/ptth_relay" } ptth_server = { path = "crates/ptth_server" } @@ -39,6 +38,8 @@ ptth_server = { path = "crates/ptth_server" } base64 = "0.13.0" chrono = {version = "0.4.19", features = ["serde"]} +debug_proxy = { path = "crates/debug_proxy" } + [workspace] members = [ diff --git a/crates/ptth_core/Cargo.toml b/crates/ptth_core/Cargo.toml index 3e09275..4413722 100644 --- a/crates/ptth_core/Cargo.toml +++ b/crates/ptth_core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ptth_core" -version = "1.1.0" +version = "1.2.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0"