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/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/websocket') diff --git a/examples/websocket/Cargo.toml b/examples/websocket/Cargo.toml index fcb4dd3f..c25f067b 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -9,7 +9,7 @@ publish = false iced = { path = "../..", features = ["tokio", "debug"] } iced_native = { path = "../../native" } iced_futures = { path = "../../futures" } -once_cell = "1.15.0" +once_cell = "1.15" [dependencies.async-tungstenite] version = "0.16" -- cgit