From 333d3119749eaf844052bd51d806fb7cdc2e9ee4 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:09:26 +0400 Subject: [PATCH] Bump cc dependency --- library/profiler_builtins/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/profiler_builtins/Cargo.toml b/library/profiler_builtins/Cargo.toml index 5b10fb5a2bd3f..a3e4c52973b33 100644 --- a/library/profiler_builtins/Cargo.toml +++ b/library/profiler_builtins/Cargo.toml @@ -13,4 +13,6 @@ core = { path = "../core" } compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] } [build-dependencies] -cc = "1.0.97" +# FIXME: updates past a certain point haven't been able to merge successfully. +# See rust-lang/rust#130720. +cc = "=1.0.99"