Merge rust-bitcoin/rust-bitcoin#1602: Remove the rustfmt required_version config option

2eb68caf81 Remove the rustfmt required_version config option (Tobin C. Harding)

Pull request description:

  The `rustfmt` config option `required_version` causes grief in CI because everytime `rustfmt` is update our `nightly` job fails. Since we require nightly anyways to run `rustfmt` the config option is basically redundant.

ACKs for top commit:
  apoelstra:
    ACK 2eb68caf81
  Kixunil:
    ACK 2eb68caf81

Tree-SHA512: fcd4f8b13e22f7094fdea0f3fa5cf7644d27c17da59a65ab7c43bdbdb2f4c672834d10cb848814aaa9cc9c626fa21ff2e759ae25d3249d52f02d7969352d1443
This commit is contained in:
Andrew Poelstra 2023-02-18 13:50:48 +00:00
commit a0f032b713
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ use_field_init_shorthand = false
force_explicit_abi = true force_explicit_abi = true
condense_wildcard_suffixes = false condense_wildcard_suffixes = false
color = "Auto" color = "Auto"
required_version = "1.5.1"
unstable_features = false unstable_features = false
disable_all_formatting = false disable_all_formatting = false
skip_children = false skip_children = false