mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
chore: update Aptabase plugin repository URL
This commit is contained in:
parent
7ce48ff3d0
commit
1012ecb1e3
2 changed files with 2 additions and 2 deletions
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -5807,7 +5807,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tauri-plugin-aptabase"
|
||||
version = "0.5.1"
|
||||
source = "git+https://github.com/0PandaDEV/tauri-plugin-aptabase?branch=v2#c843c6b5b814fcc9daeb3f7fe4c67276c38bc6dd"
|
||||
source = "git+https://github.com/aptabase/tauri-plugin-aptabase?branch=v2#8085ab1e03707236bae8865fedc5114631bdbb2f"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
|
|
|
@ -24,7 +24,7 @@ tauri-plugin-fs = "2.2.0"
|
|||
tauri-plugin-clipboard = "2.1.11"
|
||||
tauri-plugin-prevent-default = "1.0.2"
|
||||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
tauri-plugin-aptabase = { git = "https://github.com/0PandaDEV/tauri-plugin-aptabase", branch = "v2" }
|
||||
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
|
||||
sqlx = { version = "0.8.3", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"sqlite",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue