From d15f8539cb772b3445a503a5ebf1a7e5d650ac79 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 21 Mar 2021 18:25:02 +0000 Subject: [PATCH] :tada: ptth_server to 1.2.0 --- crates/ptth_server/Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/crates/ptth_server/Cargo.toml b/crates/ptth_server/Cargo.toml index a15ea8b..857712a 100644 --- a/crates/ptth_server/Cargo.toml +++ b/crates/ptth_server/Cargo.toml @@ -1,11 +1,15 @@ [package] name = "ptth_server" -version = "1.1.0" +version = "1.2.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" +description = "The server for PTTH" +repository = "https://github.com/ReactorScram/ptth" +categories = ["command-line-utilities", "web-programming::http-server"] + [dependencies] aho-corasick = "0.7.15" @@ -38,10 +42,9 @@ tracing-subscriber = "0.2.16" toml = "0.5.7" uom = "0.30.0" -always_equal = { path = "../always_equal" } -ptth_core = { path = "../ptth_core" } +always_equal = { path = "../always_equal", version = "1.0.0" } +ptth_core = { path = "../ptth_core", version = "1.2.0" } [dev-dependencies] maplit = "1.0.2" -rand = "0.8.3"