Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Nov 13, 2024
1 parent c234ef7 commit b83d598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -53,7 +53,7 @@ directories = "5.0"
env_logger = "0.11"
glium = "0.32"
image = "0.25"
kamadak-exif = "0.5"
kamadak-exif = "0.6"
lazy_static = "1.4"
lexical-sort = "0.3"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/handle_panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{fs::OpenOptions, io, io::Write, iter, panic, string::String};

use backtrace::Backtrace;

pub fn handle_panic(info: &panic::PanicInfo) {
pub fn handle_panic(info: &panic::PanicHookInfo) {
let trace = Backtrace::new();

let mut msg = String::new();
Expand Down

0 comments on commit b83d598

Please sign in to comment.