Skip to content

Commit ee06680

Browse files
authored
Update cc crate to v1.0.97 (#623)
1 parent 89eb215 commit ee06680

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)