Skip to content

Commit

Permalink
chore: uptd cargo pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Clover-You committed Jan 7, 2025
1 parent b2387b2 commit b201d38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name = "rust_tauri_nextjs_template_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.3", features = [] }
tauri-build = { version = "2.0.4", features = [] }

[dependencies]
tauri = { version = "2.1.1", features = [] }
tauri-plugin-shell = "2.0.2"
tauri = { version = "2.2.0", features = [] }
tauri-plugin-shell = "2.2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite"] }
tokio = { version = "1.41.1", features = ["tokio-macros", "macros"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio-native-tls", "sqlite"] }
tokio = { version = "1.42.0", features = ["tokio-macros", "macros"] }

0 comments on commit b201d38

Please sign in to comment.