summaryrefslogtreecommitdiffstats
path: root/examples/editor
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-15 23:51:46 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-15 23:51:46 +0100
commit73e7cf16e315cd179bf416e9051a562f7a8b648a (patch)
treed7a105c8173218c9a279ecd96766c536dbd5f940 /examples/editor
parentd948ca6f0979bc8120dcf3ce7ba78eac54755ce3 (diff)
downloadiced-73e7cf16e315cd179bf416e9051a562f7a8b648a.tar.gz
iced-73e7cf16e315cd179bf416e9051a562f7a8b648a.tar.bz2
iced-73e7cf16e315cd179bf416e9051a562f7a8b648a.zip
Update `rfd` to `0.13`
Diffstat (limited to 'examples/editor')
-rw-r--r--examples/editor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/Cargo.toml b/examples/editor/Cargo.toml
index a3f6ea3b..dc885728 100644
--- a/examples/editor/Cargo.toml
+++ b/examples/editor/Cargo.toml
@@ -12,4 +12,4 @@ iced.features = ["highlighter", "tokio", "debug"]
tokio.workspace = true
tokio.features = ["fs"]
-rfd = "0.12"
+rfd = "0.13"