Skip to content

Commit

Permalink
deps: update twitch_types to v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Nov 22, 2024
1 parent 51e2943 commit 170411c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = ["twitch_types", "twitch_oauth2"]
[workspace.dependencies]
twitch_api = { version = "0.7.0-rc.8", path = "." }
twitch_oauth2 = { version = "0.14.0", path = "twitch_oauth2/" }
twitch_types = { version = "0.4.7", features = [
twitch_types = { version = "0.4.8", features = [
"serde",
], path = "./twitch_types" }
ureq = { version = "2.10.1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion src/eventsub/channel/subscription/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub struct SubscriptionMessage {
pub text: String,
/// An array that includes the emote ID and start and end positions for where the emote appears in the text.
#[serde(deserialize_with = "crate::deserialize_default_from_null")]
pub emotes: Vec<types::ResubscriptionEmote>,
pub emotes: Vec<types::EmoteOccurrence>,
}

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion twitch_types

0 comments on commit 170411c

Please sign in to comment.