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 termwiz to 0.7 #18

Merged
merged 1 commit into from
Mar 15, 2020
Merged

Upgrade termwiz to 0.7 #18

merged 1 commit into from
Mar 15, 2020

Conversation

quark-zju
Copy link
Contributor

@quark-zju quark-zju commented Feb 29, 2020

This removes 30+ dependencies.

Note:
Internally termwiz 0.7 is buildable with buck while 0.6 cannot. So this unblocks us from vendoring sp into buck third-party.

@markbt
Copy link
Owner

markbt commented Mar 2, 2020

Can we remove the workaround in direct.rs now that wez/wezterm#109 has been merged?

@quark-zju
Copy link
Contributor Author

I thought it was already removed. I'll update the change.

I also did a `cargo update`. This removes 30+ dependencies. Namely:
- derive_builder, darling, palette - termwiz dropped them.
- regex < 1.0 - termwiz updated it.
- rand_core 0.3, 0.4 - only 0.5 is needed.
- failure

Note: aho-corasick 0.7.6 can potentailly cause regex correctness issues.
The updated version 0.7.9 includes a fix.
@markbt markbt merged commit c5e6b4a into markbt:master Mar 15, 2020
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.

None yet

2 participants