From 2d16d12cb7a7178dd3a747f907b492739251ecd8 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Wed, 10 Jan 2024 15:07:09 +0100 Subject: [PATCH] Move `publish = false` to correct place in lemmy_server (fixes #4359) (#4361) --- Cargo.toml | 2 +- crates/utils/translations | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index def862d8c..cd2a06c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ [workspace.package] version = "0.19.2-rc.5" -publish = false edition = "2021" description = "A link aggregator for the fediverse" license = "AGPL-3.0" @@ -17,6 +16,7 @@ license.workspace = true homepage.workspace = true documentation.workspace = true repository.workspace = true +publish = false [lib] doctest = false diff --git a/crates/utils/translations b/crates/utils/translations index 2139975ef..06a610696 160000 --- a/crates/utils/translations +++ b/crates/utils/translations @@ -1 +1 @@ -Subproject commit 2139975ef383077e4709a4f2cae42922fd63b860 +Subproject commit 06a610696af829248954e411ebe2cf3906092244