Compare commits

..

1 commit

Author SHA1 Message Date
8d21e6988c
chore(deps): update rust crate cc to v1.2.28
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-07-04 12:31:30 +00:00

4
Cargo.lock generated
View file

@ -359,9 +359,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.29"
version = "1.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
checksum = "4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c"
dependencies = [
"jobserver",
"libc",