Update to Rust 1.74.0

This commit is contained in:
Jim Gustafson 2023-12-06 11:06:53 -08:00
parent e9291dbfc0
commit 595784831d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.72.1
1.74.0

View file

@ -3734,7 +3734,7 @@ impl Client {
) {
trace!("handle_reaction(): demux_id = {}", demux_id);
let value = reaction.value.unwrap_or(String::new());
let value = reaction.value.unwrap_or_default();
if value.is_empty() {
warn!("group_call::handle_reaction reaction value is empty");