build: unpin cc

This commit is contained in:
chyyran 2024-10-06 15:18:46 -04:00
parent 525c311844
commit 941275199b
2 changed files with 3 additions and 5 deletions

7
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "ab_glyph" name = "ab_glyph"
@ -480,9 +480,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.23" version = "1.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17" checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
@ -1580,7 +1580,6 @@ name = "librashader-capi"
version = "0.5.0" version = "0.5.0"
dependencies = [ dependencies = [
"ash", "ash",
"cc",
"glow 0.14.1", "glow 0.14.1",
"librashader", "librashader",
"objc2 0.5.2", "objc2 0.5.2",

View file

@ -44,7 +44,6 @@ sptr = "0.3.2"
glow = { workspace = true, optional = true } glow = { workspace = true, optional = true }
ash = { workspace = true, optional = true } ash = { workspace = true, optional = true }
cc = "=1.1.23"
[dependencies.librashader] [dependencies.librashader]
path = "../librashader" path = "../librashader"