Skip to content

Commit f0a1d9c

Browse files
wusyongWu Yu Weilucasfernog
authored
chore: update rfd and wry versions (#6174)
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent 553a81f commit f0a1d9c

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

.changes/rfd101.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": minor
3+
---
4+
5+
Update rfd to 0.11.
6+

.changes/wry26.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-runtime-wry": minor
3+
---
4+
5+
Update wry to 0.26.
6+

core/tauri-runtime-wry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wry = { version = "0.25.0", default-features = false, features = [ "file-drop", "protocol" ] }
16+
wry = { version = "0.26.0", default-features = false, features = [ "file-drop", "protocol" ] }
1717
tauri-runtime = { version = "0.13.0-alpha.0", path = "../tauri-runtime" }
1818
tauri-utils = { version = "2.0.0-alpha.0", path = "../tauri-utils" }
1919
uuid = { version = "1", features = [ "v4" ] }

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ico = { version = "0.2.0", optional = true }
8787
encoding_rs = "0.8.31"
8888

8989
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
90-
rfd = { git = "https://github.com/PolyMeilex/rfd", version = "0.10", optional = true }
90+
rfd = { version = "0.11.0", optional = true }
9191
notify-rust = { version = "4.5", default-features = false, features = [ "d" ], optional = true }
9292

9393
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]

tooling/cli/Cargo.lock

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

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "cargo-tauri"
3939
path = "src/main.rs"
4040

4141
[dependencies]
42-
tauri-mobile = { git = "https://github.com/tauri-apps/tauri-mobile", branch = "dev", default-features = false }
42+
tauri-mobile = { version = "0.2", default-features = false }
4343
textwrap = { version = "0.11.0", features = [ "term_size" ] }
4444
jsonrpsee = { version = "0.16", features = [ "client", "server" ] }
4545
thiserror = "1"

0 commit comments

Comments
 (0)