Update itertools dependency for game_of_life example
This commit is contained in:
parent
b474a2b7a7
commit
7dd32f3be4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ publish = false
|
||||||
iced.workspace = true
|
iced.workspace = true
|
||||||
iced.features = ["debug", "canvas", "tokio"]
|
iced.features = ["debug", "canvas", "tokio"]
|
||||||
|
|
||||||
itertools = "0.11"
|
itertools = "0.12"
|
||||||
rustc-hash.workspace = true
|
rustc-hash.workspace = true
|
||||||
tokio = { workspace = true, features = ["sync"] }
|
tokio = { workspace = true, features = ["sync"] }
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue