Skip to content

Commit 9f8b891

Browse files
kjaroshtorokati44
authored andcommitted
chore: Move rfd dependency to workspace
This makes sure there's only one version of rfd used and fixes Flatpak compilation issues.
1 parent a10b31b commit 9f8b891

File tree

4 files changed

+5
-47
lines changed

4 files changed

+5
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ url = "2.5.2"
7373
wasm-bindgen = "=0.2.93"
7474
walkdir = "2.5.0"
7575
tokio = { version = "1.39.3" }
76+
rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "42dcc7d61fc5e278b4ed76bb9720ba4d89266f01" }
7677

7778
[workspace.lints.rust]
7879
# Clippy nightly often adds new/buggy lints that we want to ignore.

desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ winit = "0.29.15"
3232
webbrowser = "1.0.1"
3333
url = { workspace = true }
3434
dirs = "5.0"
35-
rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "42dcc7d61fc5e278b4ed76bb9720ba4d89266f01" }
35+
rfd = { workspace = true }
3636
anyhow = { workspace = true }
3737
bytemuck = { workspace = true }
3838
os_info = { version = "3", default-features = false }

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ base64 = "0.22.0"
5656
async-channel = { workspace = true }
5757
futures-util = { version = "0.3.30", features = ["sink"] }
5858
gloo-net = { version = "0.6.0", default-features = false, features = ["websocket"] }
59-
rfd = { version = "0.14.1", features = ["file-handle-inner"] }
59+
rfd = { workspace = true, features = ["file-handle-inner"] }
6060
wasm-streams = "0.4.0"
6161
futures = { workspace = true }
6262
zip = { version = "2.1.6", default-features = false}

0 commit comments

Comments
 (0)