Skip to content

Commit 3357a38

Browse files
committed
update cargo.toml
1 parent f1b8d5f commit 3357a38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ name = "app_lib"
1515
crate-type = ["staticlib", "cdylib", "rlib"]
1616

1717
[build-dependencies]
18-
tauri-build = "2.10"
18+
tauri-build = "2"
1919

2020
[dependencies]
2121
serde_json = "1.0"
2222
serde = { version = "1.0", features = ["derive"] }
2323
log = "0.4"
24-
tauri = "2.10"
24+
tauri = "2"
2525
tauri-plugin-log = "2"
2626
tauri-plugin-dialog = "2.6.0"
2727
tauri-plugin-fs = "2.4.5"

0 commit comments

Comments
 (0)