summaryrefslogtreecommitdiffstats
path: root/examples/todos
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:13:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:13:40 +0100
commit17a4647fce8dbd4c916715351b2d4178b0f942a4 (patch)
tree2d5e674c8631f172d8908d882d277e90418a8771 /examples/todos
parent860de97b420e7bb603d70e2e190a337bedf79dcc (diff)
downloadiced-17a4647fce8dbd4c916715351b2d4178b0f942a4.tar.gz
iced-17a4647fce8dbd4c916715351b2d4178b0f942a4.tar.bz2
iced-17a4647fce8dbd4c916715351b2d4178b0f942a4.zip
Update `directories` dependency in `todos` example
Diffstat (limited to 'examples/todos')
-rw-r--r--examples/todos/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml
index b236cc0d..327a0ef1 100644
--- a/examples/todos/Cargo.toml
+++ b/examples/todos/Cargo.toml
@@ -12,7 +12,7 @@ serde_json = "1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-std = "1.0"
-directories = "2.0"
+directories = "3.0"
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3", features = ["Window", "Storage"] }