Remove patch version from once_cell dependency

This commit is contained in:
Héctor Ramón Jiménez 2022-11-01 19:55:37 +01:00
parent be9cd3a09f
commit 743a7192b7
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 2 deletions

View file

@ -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"