Skip to content

Commit cee1ad9

Browse files
committed
Switch back to real rfd release
1 parent 6a12047 commit cee1ad9

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,8 +3436,9 @@ dependencies = [
34363436

34373437
[[package]]
34383438
name = "rfd"
3439-
version = "0.15.2"
3440-
source = "git+https://github.com/PolyMeilex/rfd?rev=24842c4#24842c426fc492081ce48608c8cf86300999e1bc"
3439+
version = "0.15.3"
3440+
source = "registry+https://github.com/rust-lang/crates.io-index"
3441+
checksum = "80c844748fdc82aae252ee4594a89b6e7ebef1063de7951545564cbc4e57075d"
34413442
dependencies = [
34423443
"ashpd",
34433444
"block2 0.6.0",

crates/egui_demo_app/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ env_logger = { version = "0.10", default-features = false, features = [
8686
"auto-color",
8787
"humantime",
8888
] }
89-
# TODO: change back to released version once https://github.com/PolyMeilex/rfd/pull/240 makes it in
90-
# (a new ashpd version has broken dependencies)
91-
rfd = { git = "https://github.com/PolyMeilex/rfd", rev = "24842c4", optional = true }
89+
rfd = { version = "0.15.3", optional = true }
9290

9391
# web:
9492
[target.'cfg(target_arch = "wasm32")'.dependencies]

examples/file_dialog/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ env_logger = { version = "0.10", default-features = false, features = [
2020
"auto-color",
2121
"humantime",
2222
] }
23-
# TODO: change back to released version once https://github.com/PolyMeilex/rfd/pull/240 makes it in
24-
# (a new ashpd version has broken dependencies)
25-
rfd = { git = "https://github.com/PolyMeilex/rfd", rev = "24842c4" }
23+
rfd = "0.15.3"

0 commit comments

Comments
 (0)