Skip to content

Commit 10b39ad

Browse files
fix(deps): update rust crate iced to 0.14.0
1 parent d45ff39 commit 10b39ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clippy.nursery = "warn"
2323
ansi_term = { version = "0.12", optional = true }
2424
bevy = { version = "0.17", default-features = false, optional = true }
2525
css-colors = { version = "1.0", optional = true }
26-
iced = { version = "0.13.1", optional = true }
26+
iced = { version = "0.14.0", optional = true }
2727
ratatui-core = { version = "0.1.0", optional = true }
2828
serde = { version = "1.0", features = ["derive"], optional = true }
2929

0 commit comments

Comments
 (0)