🎉 ptth_core to 1.2.0
parent
85de9e3a7e
commit
71a2b37fab
|
@ -1444,7 +1444,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ptth_core"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"ctrlc",
|
||||
"futures",
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "ptth_core"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
authors = ["Trish"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3.0"
|
||||
|
|
Loading…
Reference in New Issue