Skip to content

Commit 7d0d81d

Browse files
committed
Bump version req of cc in backtrace-sys
Make sure it has the `expand` API.
1 parent 94ab4a7 commit 7d0d81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/backtrace-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core
1717
compiler_builtins = { version = '0.1.2', optional = true }
1818

1919
[build-dependencies]
20-
cc = "1.0"
20+
cc = "1.0.37"
2121

2222
[features]
2323
rustc-dep-of-std = ['core', 'compiler_builtins']

0 commit comments

Comments
 (0)