Skip to content

Commit

Permalink
Update itertools requirement from 0.11 to 0.12 (#531)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 7d1e012 commit 0e01337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rend3-anim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["game-development", "graphics", "rendering", "rendering::engine",
rust-version = "1.71"

[dependencies]
itertools = "0.11"
itertools = "0.12"
rend3 = { version = "^0.3.0", path = "../rend3" }
rend3-routine = { version = "^0.3.0", path = "../rend3-routine" }
rend3-gltf = { version = "^0.3.0", path = "../rend3-gltf" }

0 comments on commit 0e01337

Please sign in to comment.