Skip to content

Commit

Permalink
Update itertools dependency for game_of_life example
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 15, 2023
1 parent b474a2b commit 7dd32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game_of_life/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
iced.workspace = true
iced.features = ["debug", "canvas", "tokio"]

itertools = "0.11"
itertools = "0.12"
rustc-hash.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing-subscriber = "0.3"

0 comments on commit 7dd32f3

Please sign in to comment.