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: ACK2eb68caf81
Kixunil: ACK2eb68caf81
Tree-SHA512: fcd4f8b13e22f7094fdea0f3fa5cf7644d27c17da59a65ab7c43bdbdb2f4c672834d10cb848814aaa9cc9c626fa21ff2e759ae25d3249d52f02d7969352d1443
This commit is contained in:
commit
a0f032b713
|
@ -76,7 +76,6 @@ use_field_init_shorthand = false
|
|||
force_explicit_abi = true
|
||||
condense_wildcard_suffixes = false
|
||||
color = "Auto"
|
||||
required_version = "1.5.1"
|
||||
unstable_features = false
|
||||
disable_all_formatting = false
|
||||
skip_children = false
|
||||
|
|
Loading…
Reference in New Issue