Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated proc-macro2 version to 1.0.67 #29

Merged
merged 2 commits into from
Sep 23, 2023

Conversation

hmn53
Copy link
Contributor

@hmn53 hmn53 commented Sep 22, 2023

This updates the version for dependency proc-macro2 in Cargo.lock and removes required_version from .rustfmt.toml since we suspect the ci tests are failing because of it.

  • Referred this for updating the dependency in Cargo.lock
  • Removed the required_version in .rustfmt.toml as we are using the nightly version in the tests which will automatically use the latest version
  • Changed fn_args_layout to fn_params_layout as it is deprecated.

* Removed `required_version` from .rustfmt.toml as using nightly version
* Changed `fn_args_layout` to `fn_params_layout`
Copy link
Collaborator

@mgeisler mgeisler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

@mgeisler mgeisler merged commit 6f62155 into boozook:master Sep 23, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants