Skip to content

Commit

Permalink
Merge pull request #47 from rust-bitcoin/ci-rm-nightly
Browse files Browse the repository at this point in the history
ci: Remove nightly section that is unused
  • Loading branch information
stevenroose authored Mar 1, 2023
2 parents a30760b + c641ccc commit 0f52eca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ FEATURES="serde rand all-languages"
cargo --version
rustc --version

# Work out if we are using a nightly toolchain.
NIGHTLY=false
if cargo --version | grep nightly; then
NIGHTLY=true
fi

# Pin dependencies as required if we are using MSRV toolchain.
# if cargo --version | grep "1\.41"; then
# fi
Expand Down

0 comments on commit 0f52eca

Please sign in to comment.