From 02697b7dd8007210e1ae3d8469a149b09ef2b446 Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 8 Sep 2025 11:51:38 -0400 Subject: [PATCH] fix: Mark continuwuity as replacing conduwuit --- src/main/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index e61dbcc6..8031e068 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -27,6 +27,8 @@ maintainer = "continuwuity developers " copyright = "2024, continuwuity developers" license-file = ["../../LICENSE", "3"] depends = "$auto, ca-certificates" +breaks = ["conduwuit (<<0.5.0)"] +replaces = ["conduwuit (<<0.5.0)"] extended-description = """\ a cool hard fork of Conduit, a Matrix homeserver written in Rust""" section = "net"