fix(ci): downgrade cc crate for MSRV compatibility (#9541)

This commit is contained in:
Lucas Fernandes Nogueira
2024-04-22 10:15:52 -03:00
committed by GitHub
parent d00178d60c
commit 07c9e352df
2 changed files with 3 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ jobs:
cargo update -p petgraph --precise 0.6.3
cargo update -p os_str_bytes --precise 6.5.1
cargo update -p thread_local --precise 1.1.7
cargo update -p cc --precise 1.0.94
- name: test build
run: cargo check --target ${{ matrix.platform.target }} --features tracing,compression,wry,linux-protocol-headers,isolation,custom-protocol,api-all,cli,updater,system-tray,windows7-compat,http-multipart,test

4
Cargo.lock generated
View File

@@ -534,9 +534,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.88"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
[[package]]
name = "cesu8"