File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
33# Checks semver compatibility between the `--no-features` and `all-features`.
4- # This is important since it tests for the presence non-additive cargo features.
4+ # This is important since it tests for the presence of non-additive cargo features.
55#
66# Under the hood uses cargo semver-checks to check for breaking changes.
77# We cannot use it directly since it only supports checking against published
@@ -40,7 +40,7 @@ main() {
4040 generate_json_files_all_features " bitcoin-io"
4141 generate_json_files_no_default_features " bitcoin-io"
4242
43- # Check for API semver non-addivite cargo features on all the generated JSON files above.
43+ # Check for API semver non-additive cargo features on all the generated JSON files above.
4444 run_cargo_semver_check " bitcoin"
4545 run_cargo_semver_check " base58ck"
4646 run_cargo_semver_check " bitcoin_hashes"
You can’t perform that action at this time.
0 commit comments