From 24c8c92070a067c2aac0c107a30a93bae0e5c27a Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 23 Feb 2025 21:42:13 +0100 Subject: [PATCH] Update emoji --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75a3d8..ccf0f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Procedure when bumping the version number: - Updated documentation for `time_zone` config option - When connecting to a room using `n` in the room list, the cursor now moves to that room +- Updated list of emoji names ### Removed diff --git a/Cargo.lock b/Cargo.lock index 86ebb73..b289bd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "euphoxide" version = "0.6.0" -source = "git+https://github.com/Garmelon/euphoxide.git?tag=v0.6.0#4f7cc49b636301ce9beea9324a0a1390f8391009" +source = "git+https://github.com/Garmelon/euphoxide.git?rev=6eea194d52fb63d7fb260d06e61d0625addf8c67#6eea194d52fb63d7fb260d06e61d0625addf8c67" dependencies = [ "async-trait", "caseless", diff --git a/Cargo.toml b/Cargo.toml index f8445e5..a0de23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ unicode-width = "0.2.0" [workspace.dependencies.euphoxide] git = "https://github.com/Garmelon/euphoxide.git" -tag = "v0.6.0" +rev = "6eea194d52fb63d7fb260d06e61d0625addf8c67" features = ["bot"] [workspace.dependencies.toss]