Skip to content

Commit f3ca9d0

Browse files
fix(deps): update rust crate tauri-plugin-shell to v2.0.0-rc.1 (#1628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d67bc34 commit f3ca9d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/frontend/src-tauri/Cargo.lock

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

packages/frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tauri-build = { version = "=2.0.0-rc.3", features = [] }
1212

1313
[dependencies]
1414
tauri = { version = "=2.0.0-rc.3", features = ["devtools"] }
15-
tauri-plugin-shell = "=2.0.0-rc.0"
15+
tauri-plugin-shell = "=2.0.0-rc.1"
1616
serde_json = "=1.0.125"
1717
tauri-plugin-websocket = "=2.0.0-rc.0"
1818
tauri-plugin-http = { version = "=2.0.0-rc.0", features = ["rustls-tls"] }

0 commit comments

Comments
 (0)