Skip to content

Commit aea365c

Browse files
committed
Update cc crate to v1.0.97
1 parent 7d26334 commit aea365c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ winapi = { version = "0.3.9", optional = true }
5555
[build-dependencies]
5656
# Only needed for Android, but cannot be target dependent
5757
# https://github.com/rust-lang/cargo/issues/4932
58-
cc = "1.0.90"
58+
cc = "1.0.97"
5959

6060
[dev-dependencies]
6161
dylib-dep = { path = "crates/dylib-dep" }

crates/as-if-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
2828

2929
[build-dependencies]
3030
# Dependency of the `backtrace` crate
31-
cc = "1.0.90"
31+
cc = "1.0.97"
3232

3333
[features]
3434
default = ['backtrace']

0 commit comments

Comments
 (0)