Update emoji

This commit is contained in:
Joscha 2025-02-23 21:42:13 +01:00
parent bf9a9d640b
commit 24c8c92070
3 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@ Procedure when bumping the version number:
- Updated documentation for `time_zone` config option - 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 - When connecting to a room using `n` in the room list, the cursor now moves to that room
- Updated list of emoji names
### Removed ### Removed

2
Cargo.lock generated
View file

@ -521,7 +521,7 @@ dependencies = [
[[package]] [[package]]
name = "euphoxide" name = "euphoxide"
version = "0.6.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"caseless", "caseless",

View file

@ -34,7 +34,7 @@ unicode-width = "0.2.0"
[workspace.dependencies.euphoxide] [workspace.dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git" git = "https://github.com/Garmelon/euphoxide.git"
tag = "v0.6.0" rev = "6eea194d52fb63d7fb260d06e61d0625addf8c67"
features = ["bot"] features = ["bot"]
[workspace.dependencies.toss] [workspace.dependencies.toss]