Skip to content

Commit

Permalink
Merge pull request #8 from TylerBloom/dependabot/cargo/iced-0.13.1
Browse files Browse the repository at this point in the history
Update iced requirement from 0.10.0 to 0.13.1
  • Loading branch information
TylerBloom authored Sep 26, 2024
2 parents acd3c7c + 33e6226 commit ff68a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appirition/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
iced = { version = "0.10.0", features = ["canvas", "palette"] }
iced = { version = "0.13.1", features = ["canvas", "palette"] }
palette = "0.7.3"
spirit = { path = "../spirit" }
2 changes: 1 addition & 1 deletion ghast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
iced = { version = "0.12.1", features = ["advanced", "canvas", "image", "tokio"] }
iced = { version = "0.13.1", features = ["advanced", "canvas", "image", "tokio"] }
itertools = "0.13.0"
spirit = { path = "../spirit" }
time = { version = "0.3.36", features = ["local-offset"] }
Expand Down

0 comments on commit ff68a6d

Please sign in to comment.