Update emoji
This commit is contained in:
parent
bf9a9d640b
commit
24c8c92070
3 changed files with 3 additions and 2 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue