Merge pull request #47 from rust-bitcoin/ci-rm-nightly

ci: Remove nightly section that is unused
This commit is contained in:
Steven Roose 2023-03-01 21:45:52 +00:00 committed by GitHub
commit 0f52eca5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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