diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf0f11..86159d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,10 @@ Procedure when bumping the version number: - Special handling of &rl2dev +### Fixed + +- Nick color in rare edge cases + ## v0.8.3 - 2024-05-20 ### Changed diff --git a/Cargo.lock b/Cargo.lock index b289bd3..98db605 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?rev=6eea194d52fb63d7fb260d06e61d0625addf8c67#6eea194d52fb63d7fb260d06e61d0625addf8c67" +source = "git+https://github.com/Garmelon/euphoxide.git?rev=095d2cea86a574732e82385e217381b35cf65e4d#095d2cea86a574732e82385e217381b35cf65e4d" dependencies = [ "async-trait", "caseless", diff --git a/Cargo.toml b/Cargo.toml index a0de23f..6fbcf0c 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" -rev = "6eea194d52fb63d7fb260d06e61d0625addf8c67" +rev = "095d2cea86a574732e82385e217381b35cf65e4d" features = ["bot"] [workspace.dependencies.toss]