Skip to content

Commit

Permalink
Update object to 0.31.0
Browse files Browse the repository at this point in the history
This also changes the MSRV to 1.58.0.
  • Loading branch information
philipc committed Apr 16, 2023
1 parent 8a53bfd commit 7f7f642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install rust
run: rustup update 1.55.0 && rustup default 1.55.0
run: rustup update 1.58.0 && rustup default 1.58.0
- name: Build
run: cargo build

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
gimli = { version = "0.27.2", default-features = false, features = ["read"] }
fallible-iterator = { version = "0.2", default-features = false, optional = true }
memmap2 = { version = "0.5.5", optional = true }
object = { version = "0.30.0", default-features = false, features = ["read"], optional = true }
object = { version = "0.31.0", default-features = false, features = ["read"], optional = true }
smallvec = { version = "1", default-features = false, optional = true }
rustc-demangle = { version = "0.1", optional = true }
cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"], optional = true }
Expand Down

0 comments on commit 7f7f642

Please sign in to comment.