Update directories dependency in todos example
This commit is contained in:
parent
860de97b42
commit
17a4647fce
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ serde_json = "1.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
async-std = "1.0"
|
async-std = "1.0"
|
||||||
directories = "2.0"
|
directories = "3.0"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
web-sys = { version = "0.3", features = ["Window", "Storage"] }
|
web-sys = { version = "0.3", features = ["Window", "Storage"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue