Skip to content

Commit

Permalink
Pin iced version to fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Oct 5, 2023
1 parent e910cfa commit 4fa46d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapf-viz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
mapf = { path="../mapf" }
iced = { git = "https://github.com/mxgrey/iced", branch = "asymmetric_scale", features = ["canvas", "smol"] }
iced_aw = { git = "https://github.com/iced-rs/iced_aw", branch = "main" }
iced_aw = { git = "https://github.com/iced-rs/iced_aw", branch = "v0.1.0" }
iced_native = { git = "https://github.com/mxgrey/iced", branch = "asymmetric_scale" }
serde = { version="1.0", features = ["derive"] }
serde_yaml = "*"
Expand Down

0 comments on commit 4fa46d3

Please sign in to comment.