correction comments check-semver-feature.sh

This commit is contained in:
Alex Pikme 2025-04-30 12:05:20 +02:00 committed by GitHub
parent da169fc699
commit a91e4de08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# Checks semver compatibility between the `--no-features` and `all-features`.
# This is important since it tests for the presence non-additive cargo features.
# This is important since it tests for the presence of non-additive cargo features.
#
# Under the hood uses cargo semver-checks to check for breaking changes.
# We cannot use it directly since it only supports checking against published
@ -40,7 +40,7 @@ main() {
generate_json_files_all_features "bitcoin-io"
generate_json_files_no_default_features "bitcoin-io"
# Check for API semver non-addivite cargo features on all the generated JSON files above.
# Check for API semver non-additive cargo features on all the generated JSON files above.
run_cargo_semver_check "bitcoin"
run_cargo_semver_check "base58ck"
run_cargo_semver_check "bitcoin_hashes"