Skip to content

Commit

Permalink
Update iced_native requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [iced_native](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](https://github.com/iced-rs/iced/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Joylei committed Feb 21, 2023
1 parent dc5ab6b commit 17780b7
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 @@ -19,7 +19,7 @@ members = [".", "examples/split-chart"]
[dependencies]
plotters = { version = "0.3", default_features = false }
plotters-backend = "0.3"
iced_native = "0.8"
iced_native = "0.9"
iced_graphics = { version = "0.7", features = ["canvas"] }

[dev-dependencies]
Expand Down

0 comments on commit 17780b7

Please sign in to comment.