Fix build jammy (#44)

* fix: use rust-all

* update deps

* remove rust-all version requirement

* fix: install 1.69.0 in ci.yml

* clippy
This commit is contained in:
Ashley Wulber 2023-06-07 15:46:01 -04:00 committed by GitHub
parent 0745d43136
commit ddc176ea89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 12 deletions

4
Cargo.lock generated
View file

@ -4290,9 +4290,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.29.0"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
checksum = "c72130613601f6aad275f8bb9a1d4bf953df8e9c7891029f30e5fdc405ad07c4"
dependencies = [
"cfg-if",
"core-foundation-sys",