Skip to content

Commit

Permalink
Merge pull request #204 from anweiss/dependabot/cargo/crossterm-0.27.0
Browse files Browse the repository at this point in the history
Update crossterm requirement from 0.26.1 to 0.27.0
  • Loading branch information
anweiss authored Aug 8, 2023
2 parents 178bfb5 + f488446 commit a9a87c0
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 @@ -57,7 +57,7 @@ indoc = "2.0.1"
pretty_assertions = "1.2.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
crossterm = { version = "0.26.1", optional = true }
crossterm = { version = "0.27.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
Expand Down

0 comments on commit a9a87c0

Please sign in to comment.