Skip to content

Commit 21e227e

Browse files
committed
Upgrade cc crate to 1.0.69
1 parent c95979a commit 21e227e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiler_builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ core = { path = "../core" }
1414
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1515

1616
[build-dependencies]
17-
cc = "1.0.68"
17+
cc = "1.0.69"

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
2121
cfg-if = "0.1.8"
2222

2323
[build-dependencies]
24-
cc = "1.0.68"
24+
cc = "1.0.69"
2525

2626
[features]
2727

0 commit comments

Comments
 (0)