🎉 ptth_core to 1.2.0

main
_ 2021-03-21 17:56:20 +00:00
parent 85de9e3a7e
commit 71a2b37fab
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1444,7 +1444,7 @@ dependencies = [
[[package]] [[package]]
name = "ptth_core" name = "ptth_core"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"ctrlc", "ctrlc",
"futures", "futures",

View File

@ -30,7 +30,6 @@ tokio = { version = "1.4.0", features = ["full"] }
tracing-subscriber = "0.2.16" tracing-subscriber = "0.2.16"
tracing = "0.1.25" tracing = "0.1.25"
debug_proxy = { path = "crates/debug_proxy" }
ptth_relay = { path = "crates/ptth_relay" } ptth_relay = { path = "crates/ptth_relay" }
ptth_server = { path = "crates/ptth_server" } ptth_server = { path = "crates/ptth_server" }
@ -39,6 +38,8 @@ ptth_server = { path = "crates/ptth_server" }
base64 = "0.13.0" base64 = "0.13.0"
chrono = {version = "0.4.19", features = ["serde"]} chrono = {version = "0.4.19", features = ["serde"]}
debug_proxy = { path = "crates/debug_proxy" }
[workspace] [workspace]
members = [ members = [

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ptth_core" name = "ptth_core"
version = "1.1.0" version = "1.2.0"
authors = ["Trish"] authors = ["Trish"]
edition = "2018" edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"