Skip to content

Commit a1cf06f

Browse files
committed
build(deps): crossterm 0.28 windows
It looks like the merged dependabot PR for crosstable only updated the non-Windows version; the Windows version was left untouched. I wasn't able to tell if this was on purpose or not.
1 parent e35f019 commit a1cf06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ rstest = "0.23"
7171
[target.'cfg(not(windows))'.dependencies]
7272
crossterm = { version = "0.28", optional=true, default-features = false }
7373
[target.'cfg(windows)'.dependencies]
74-
crossterm = { version = "0.27", optional=true, default-features = false, features=["windows"] }
74+
crossterm = { version = "0.28", optional=true, default-features = false, features=["windows"] }

0 commit comments

Comments
 (0)