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"