From 743a7192b70bc5184aa47e7851098b75b8a1f288 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 1 Nov 2022 19:55:37 +0100 Subject: Remove patch version from `once_cell` dependency --- examples/todos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/todos/Cargo.toml') diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml index d9916057..7ad4d558 100644 --- a/examples/todos/Cargo.toml +++ b/examples/todos/Cargo.toml @@ -7,9 +7,9 @@ publish = false [dependencies] iced = { path = "../..", features = ["async-std", "debug"] } -once_cell = "1.15.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +once_cell = "1.15" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] async-std = "1.0" -- cgit