Skip to content

Commit 797cf79

Browse files
author
soul
committed
feat: 升级依赖包版本、更新应用版本
升级了Cargo.lock中的'syn'和相关包的版本,并在Cargo.toml中更新了'serde'的版本,以支持最新功能和改进。
1 parent 9e01de7 commit 797cf79

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

src-tauri/Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tauri-build = { version = "1.5", features = [] }
1414

1515
[dependencies]
1616
tauri = { version = "1.5", features = [ "clipboard-all", "path-all", "shell-open", "dialog-all"] }
17-
serde = { version = "1.0", features = ["derive"] }
17+
serde = { version = "1.0.197", features = ["derive"] }
1818
serde_json = "1.0"
1919
reqwest = { version = "0.11", features = ["json", "blocking" , "socks"] }
2020
tokio = { version = "1.33", features = ["full"] }

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "tauri-yapi-to-ts",
11-
"version": "0.1.3"
11+
"version": "0.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)