Remove patch version from once_cell dependency
This commit is contained in:
parent
be9cd3a09f
commit
743a7192b7
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue