From 0279adb3683057239099ab4ac213366c948c94b7 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 23 May 2023 21:51:15 +0200 Subject: [PATCH] rename to matrix-heartbeat --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 417071b..91f198c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] -name = "matrix-federation-notifier" +name = "matrix-hearbeat" version = "0.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ea3b820..8c69ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "matrix-federation-notifier" +name = "matrix-hearbeat" version = "0.1.0" edition = "2021"