haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.83k stars 110 forks source link

Update lexical-core to 0.7.6 #66

Closed svend closed 3 years ago

svend commented 3 years ago

This fixes a build error with Rust 1.53.0 and lexical-core 0.7.4

From the Rust 1.53.0 release notes:

The added BITS constant may conflict with external definitions. In particular, this was known to be a problem in the lexical-core crate, but they have published fixes for semantic versions 0.4 through 0.7. To update this dependency alone, use cargo update -p lexical-core.

https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1530-2021-06-17