Skip to content

Commit

Permalink
fix some warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyoo committed Dec 23, 2024
1 parent c5fae13 commit dd35602
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsrdc"
version = "0.0.0"
version = "2.0.0-dev"
description = "BS Redis Desktop Client"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 0 additions & 2 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pub mod api;
pub mod tabs;
use std::collections::HashMap;
use std::collections::HashSet;

use std::sync::Mutex;
use tauri::Manager;
Expand Down
3 changes: 1 addition & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"productName": "BS",
"version": "0.1.0",
"version": "2.0.0-dev",
"identifier": "link.xsa.bs",
"plugins": {},
"app": {
Expand All @@ -34,7 +34,6 @@
"center": true,
"hiddenTitle": true,
"titleBarStyle": "Overlay",
"tabbingIdentifier": "main",
"visible": false
}
]
Expand Down

0 comments on commit dd35602

Please sign in to comment.