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]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue