mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-12 15:33:22 -05:00
update lexical-core 0.7.4->0.7.5
I hope this will fix the failures on CI: https://github.com/scottlamb/moonfire-nvr/runs/2199560446?check_suite_focus=true Looks like this version was made to do so: https://github.com/rust-lang/rust/issues/81654 The confusing part is that lexical-core 0.7.4 seems to compile fine on my workstation with nightly-2021-03-25-x86_64-unknown-linux-gnu, but not on CI with the same version?!? still, this will probably fix it.
This commit is contained in:
parent
2954a56fce
commit
2f3e8a8f57
6
server/Cargo.lock
generated
6
server/Cargo.lock
generated
@ -1016,13 +1016,13 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lexical-core"
|
name = "lexical-core"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.5.2",
|
"arrayvec 0.5.2",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"ryu",
|
"ryu",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user