Skip to content

Commit

Permalink
Bump object dependency to 0.27.0 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 18, 2021
1 parent 7f14f76 commit 940c105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cpp_demangle = { default-features = false, version = "0.3.0", optional = true }
addr2line = { version = "0.16.0", default-features = false }
miniz_oxide = { version = "0.4.0", default-features = false }
[dependencies.object]
version = "0.26.0"
version = "0.27.0"
default-features = false
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

Expand Down
2 changes: 1 addition & 1 deletion crates/as-if-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addr2line = { version = "0.16.0", default-features = false, optional = true }
miniz_oxide = { version = "0.4.0", default-features = false }

[dependencies.object]
version = "0.26"
version = "0.27"
default-features = false
optional = true
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
Expand Down

0 comments on commit 940c105

Please sign in to comment.