Skip to content

Commit

Permalink
[mod] 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Sep 23, 2023
1 parent ced3e50 commit 9d36458
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 51 deletions.
87 changes: 37 additions & 50 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 crates/gui/src-tauri/src/setup.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::error::Error;

use tauri::{App, Manager};
use tauri::App;

pub fn handler(app: &mut App) -> Result<(), Box<dyn Error>> {
Ok(())
Expand Down

0 comments on commit 9d36458

Please sign in to comment.