Skip to content

Commit

Permalink
build: downgrade termion due to breaking changes (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Viviane Potocnik <[email protected]>
  • Loading branch information
viv-eth and Viviane Potocnik authored Jan 10, 2024
1 parent 2be5628 commit 91f09d6
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 @@ -32,7 +32,7 @@ rev_slice = "0.1.5"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.63"
serde_yaml = "0.8"
termion = "*"
termion = "2.0.3"
thiserror = "1.0.21"
to-binary = "0.4.0"

Expand Down

0 comments on commit 91f09d6

Please sign in to comment.