-
Notifications
You must be signed in to change notification settings - Fork 113
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
Bump MSRV to 1.48.0 #146
Bump MSRV to 1.48.0 #146
Conversation
The macOS test failure should be easy to fix by use an old version of Xcode (like eminence/terminal-size@4cd679a), wasm32-wasi build failure is caused by rust-lang/rust#103306 which was stabilized in 1.65.0, we can switch to stable. I'm not sure how to deal with the |
|
Does |
Now that I looked closer at this I'm not a huge fan of the fact that |
@eminence any idea? |
It pulls in |
From a quick scan of the Lines 22 to 24 in 9c724ae
So, yeah, looks like the simplest solution is to not compile |
No, @messense I'm now thinking that |
@eminence That's right; WASI does not currently have APIs for returning the terminal size. It may in the future though. |
I would say for now the |
The code is really very small, so I think you should be able to very easily drop |
Per #134 (comment)
Closes #139