Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade term_size version to the latest beta v1.0.0-beta.2 #325

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

axbannaz
Copy link
Contributor

@axbannaz axbannaz commented Dec 19, 2023

which fixes build and test on Windows 10/11 Arm64

the issue is winapi crate that comes in as a dependency on windows via term_size crate.
1.0.0-beta1 version of term_size brings in winapi 0.2.8
updating to exactly 1.0.0-beta.2 removes the dependencies that require winapi 0.2.8.. which fixes the issue with building windows 11 arm64

clippy::needless_borrows does not exist in newer rust clippy.. it suggested clippy::needless_borrows_for_generic_args

@axbannaz axbannaz changed the title downgrade term_size version to the latest non-beta v0.3.2 downgrade term_size version to the latest beta v1.0.0-beta.2 Dec 19, 2023
@axbannaz axbannaz changed the title downgrade term_size version to the latest beta v1.0.0-beta.2 upgrade term_size version to the latest beta v1.0.0-beta.2 Dec 19, 2023
which fixes build and test on Windows 10/11 Arm64
@axbannaz axbannaz changed the title upgrade term_size version to the latest beta v1.0.0-beta.2 Upgrade term_size version to the latest beta v1.0.0-beta.2 Dec 19, 2023
@kaikalii kaikalii merged commit 93aea50 into uiua-lang:main Dec 19, 2023
1 check passed
@axbannaz axbannaz deleted the update_term_size branch December 19, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants