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

Update the rust version and depdnecy #515

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

larry-aptos
Copy link
Collaborator

@larry-aptos larry-aptos commented Sep 18, 2024

  • Update the dependency version and rust version to be compatible with aptos-core.

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @larry-aptos and the rest of your teammates on Graphite Graphite

@larry-aptos larry-aptos marked this pull request as ready for review September 18, 2024 22:34
@larry-aptos larry-aptos force-pushed the 09-18-update_the_rust_version_and_depdnecy branch from 60c9701 to d9dbdee Compare September 18, 2024 22:34
Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @larry-aptos and the rest of your teammates on Graphite Graphite

@larry-aptos larry-aptos force-pushed the 09-18-update_the_rust_version_and_depdnecy branch from d9dbdee to 3a0e4de Compare September 18, 2024 23:13
Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @larry-aptos and the rest of your teammates on Graphite Graphite

@larry-aptos larry-aptos force-pushed the 09-18-update_the_rust_version_and_depdnecy branch from 3a0e4de to bd12c63 Compare September 18, 2024 23:45
@larry-aptos larry-aptos requested a review from a team September 18, 2024 23:47
prost = { version = "0.12.3", features = ["no-recursion-limit"] }
prost-types = "0.12.3"
rayon = "1.10.0"
# Keep it compatible with the aptos-core version.
rayon = "1.5.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Hopefully nothing breaks with this change lol, 1.10 -> 1.5.2 seems like a big change

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is the version aptos-core uses and here it's introduced by @grao1991

let me know if you have any concern. I feel upgrade rayon from 1.5.2 to 1.10 at aptos-core side is more aggressive 🤦

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Going to merge and we can revisit this if there is performance degradation.

@larry-aptos larry-aptos force-pushed the 09-18-update_the_rust_version_and_depdnecy branch from bd12c63 to 96e1ad7 Compare September 18, 2024 23:49
@larry-aptos larry-aptos merged commit 8b7bed2 into main Sep 19, 2024
7 checks passed
@larry-aptos larry-aptos deleted the 09-18-update_the_rust_version_and_depdnecy branch September 19, 2024 00:05
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.

2 participants