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

@ -7,9 +7,9 @@ publish = false
[dependencies] [dependencies]
iced = { path = "../..", features = ["async-std", "debug"] } iced = { path = "../..", features = ["async-std", "debug"] }
once_cell = "1.15.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
once_cell = "1.15"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-std = "1.0" async-std = "1.0"

View file

@ -9,7 +9,7 @@ publish = false
iced = { path = "../..", features = ["tokio", "debug"] } iced = { path = "../..", features = ["tokio", "debug"] }
iced_native = { path = "../../native" } iced_native = { path = "../../native" }
iced_futures = { path = "../../futures" } iced_futures = { path = "../../futures" }
once_cell = "1.15.0" once_cell = "1.15"
[dependencies.async-tungstenite] [dependencies.async-tungstenite]
version = "0.16" version = "0.16"