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

run a cargo update to update all dependencies in lock file #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pcone
Copy link

@pcone pcone commented Aug 24, 2021

This fixes build issues with lexical-core doing arithmetic operations that are invalid on newer versions of rust. (#27)

I'm not super familiar with Rust package management - it's possible an even more robust solution would involve somehow specifying a version for the transitive dependency on lexical-core in cargo.toml, but just updating the lock file seems like enough of a fix anyway.

I've tested this on a windows 10 box and the app opens and renders properly, but haven't tested on mac/linux.

this fixes build issues with lexical-core doing arithmetic operations that are invalid on newer versions of rust
@Robaire
Copy link

Robaire commented Sep 12, 2021

This also fixes compilation in Ubuntu.

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