Skip to content

Commit

Permalink
Update iced_graphics requirement from 0.9 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [iced_graphics](https://github.com/iced-rs/iced) to permit the latest version.
- [Release notes](https://github.com/iced-rs/iced/releases)
- [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md)
- [Commits](iced-rs/iced@0.9.0...0.12.0)

---
updated-dependencies:
- dependency-name: iced_graphics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent b9f1875 commit e02a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [".", "examples/split-chart"]
plotters = { version = "0.3", default_features = false }
plotters-backend = "0.3"
iced_widget = { version = "0.1", features = ["canvas"] }
iced_graphics = "0.9"
iced_graphics = "0.12"
once_cell = "1"

[dev-dependencies]
Expand Down

0 comments on commit e02a502

Please sign in to comment.