Skip to content

Commit f8d8378

Browse files
committed
Update object to 0.36.0.
1 parent 9b7c378 commit f8d8378

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ addr2line = { version = "0.22.0", default-features = false }
4545
libc = { version = "0.2.146", default-features = false }
4646

4747
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
48-
version = "0.35.0"
48+
version = "0.36.0"
4949
default-features = false
5050
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
5151

crates/as-if-std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
2121
addr2line = { version = "0.22.0", optional = true, default-features = false }
2222

2323
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]
24-
version = "0.35.0"
24+
version = "0.36.0"
2525
default-features = false
2626
optional = true
2727
features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']

0 commit comments

Comments
 (0)