Skip to content

Commit 235809d

Browse files
committed
Auto merge of rust-lang#18204 - ChrisDenton:cc, r=lnicola
Update cc to 1.1.22 This version of `cc` contains [a fix](https://github.com/rust-lang/cc-rs/releases/tag/cc-v1.1.22) to prevent spurious rebuilds. Hopefully this should help avoid the CI issues rustc has been having.
2 parents 3f22f7d + 9114a49 commit 235809d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/tools/rust-analyzer/Cargo.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,12 @@ dependencies = [
145145

146146
[[package]]
147147
name = "cc"
148-
version = "1.1.10"
148+
version = "1.1.22"
149149
source = "registry+https://github.com/rust-lang/crates.io-index"
150-
checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
150+
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
151+
dependencies = [
152+
"shlex",
153+
]
151154

152155
[[package]]
153156
name = "cfg"
@@ -1852,6 +1855,12 @@ dependencies = [
18521855
"lazy_static",
18531856
]
18541857

1858+
[[package]]
1859+
name = "shlex"
1860+
version = "1.3.0"
1861+
source = "registry+https://github.com/rust-lang/crates.io-index"
1862+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1863+
18551864
[[package]]
18561865
name = "smallvec"
18571866
version = "1.13.2"

0 commit comments

Comments
 (0)