Skip to content

Commit

Permalink
Upgrade goblin to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 12, 2023
1 parent 4a6fba1 commit 486a3e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
- run: cargo clean
if: matrix.os == 'ubuntu-latest'
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: --all
if: matrix.os == 'ubuntu-latest'
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-latest'

fmt:
name: Rustfmt
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/messense/fat-macho-rs.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
goblin = "0.6.0"
goblin = "0.7.1"
llvm-bitcode = { version = "0.1.1", optional = true }

[features]
Expand Down

0 comments on commit 486a3e6

Please sign in to comment.