Update euphoxide and enable feature "bot"
This commit is contained in:
parent
0ff3e94690
commit
b94dfbdc31
3 changed files with 6 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -309,9 +309,11 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "euphoxide"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/Garmelon/euphoxide.git?rev=c15c05a64e82c7c5f7af0539745855c0f6821869#c15c05a64e82c7c5f7af0539745855c0f6821869"
|
||||
source = "git+https://github.com/Garmelon/euphoxide.git?rev=63464fdc59f24774cb96b7a8038326a9dc7d587a#63464fdc59f24774cb96b7a8038326a9dc7d587a"
|
||||
dependencies = [
|
||||
"cookie",
|
||||
"futures-util",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"time",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ features = ["rustls-tls-native-roots"]
|
|||
|
||||
[dependencies.euphoxide]
|
||||
git = "https://github.com/Garmelon/euphoxide.git"
|
||||
rev = "c15c05a64e82c7c5f7af0539745855c0f6821869"
|
||||
rev = "63464fdc59f24774cb96b7a8038326a9dc7d587a"
|
||||
features = ["bot"]
|
||||
|
||||
# [patch."https://github.com/Garmelon/euphoxide.git"]
|
||||
# euphoxide = { path = "../euphoxide/" }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use crossterm::style::{Color, ContentStyle, Stylize};
|
||||
use euphoxide::emoji::Emoji;
|
||||
use euphoxide::Emoji;
|
||||
use once_cell::sync::Lazy;
|
||||
use toss::styled::Styled;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue