Skip to content

Commit

Permalink
Support rustc-1.60 and following
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Apr 10, 2022
1 parent cfccf7d commit f0d0d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install grcov
env:
LINK: https://github.com/mozilla/grcov/releases/download
GRCOV_VERSION: 0.7.1
GRCOV_VERSION: 0.8.7
run: |
curl -L "$LINK/v$GRCOV_VERSION/grcov-linux-x86_64.tar.bz2" |
curl -L "$LINK/v$GRCOV_VERSION/grcov-x86_64-unknown-linux-gnu.tar.bz2" |
tar xj -C $HOME/.cargo/bin
- name: Install nightly
Expand Down
2 changes: 1 addition & 1 deletion coverage.sh
@@ -1,5 +1,5 @@
export LLVM_PROFILE_FILE="cargo-c-%p-%m.profraw"
export RUSTFLAGS=-Zinstrument-coverage
export RUSTFLAGS=-Cinstrument-coverage
export CARGO_INCREMENTAL=0

rustup default nightly
Expand Down

0 comments on commit f0d0d24

Please sign in to comment.