Skip to content

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

Open
pcone wants to merge 1 commit intoamethyst:masterfrom
pcone:update-dependencies
Open

run a cargo update to update all dependencies in lock file#29
pcone wants to merge 1 commit intoamethyst:masterfrom
pcone:update-dependencies

Conversation

@pcone
Copy link
Copy Markdown

@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
Copy Markdown

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