Update directories dependency in todos example
This commit is contained in:
parent
860de97b42
commit
17a4647fce
@ -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…
x
Reference in New Issue
Block a user