Skip to content

Commit

Permalink
downgrade term_size version to the latest beta v1.0.0-beta.2
Browse files Browse the repository at this point in the history
which fixes build and test on Windows 10/11 Arm64
  • Loading branch information
axbannaz committed Dec 19, 2023
1 parent e0f8f9c commit 7761db4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 33 deletions.
41 changes: 9 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rayon = "1.8.0"
regex = "1.10.2"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
term_size = "1.0.0-beta1"
term_size = "=1.0.0-beta.2"
thread_local = "1"
tinyvec = {version = "1", features = ["alloc", "serde"]}
toml = "0.8.8"
Expand Down

0 comments on commit 7761db4

Please sign in to comment.