mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
build: update cpufeatures
crate (#6527)
Version registered in Cargo.lock was yanked, suggesting a significant issue with the older version.
This commit is contained in:
parent
e76b3d61de
commit
3e0655cdba
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -703,9 +703,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cpufeatures"
|
||||
version = "0.2.2"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
||||
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue