You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update clap to 3.2 in tools using value_parser (bevyengine#5031)
**Why?**
The `value_parser` `clap` attribute was added in
[version 3.2.0][0]. With the current version of `3.1.12` users can get
errors like:
```
error: unexpected attribute: value_parser
--> tools/spancmp/src/main.rs:18:25
|
18 | #[clap(short, long, value_parser, default_value_t = 0.0)]
| ^^^^^^^^^^^^
```
See bevyengine#4944 (comment) for more details.
[0]: https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#320---2022-06-13
0 commit comments