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

Set MSRV in rust-toolchain.toml using the gradle.property #3841

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

drganjoo
Copy link
Contributor

@drganjoo drganjoo commented Sep 19, 2024

The rust-toolchain.toml file for tests now uses the rust.msrv value from the gradle.properties file.

This PR also fixes an issue where the rust-toolchain.toml file was not created in the overridden test directory when overrideTestDir was set. This caused the installed compiler version to be used, resulting in errors with the latest compiler and preventing the use of overrideTestDir.

Closes: #2048

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@drganjoo drganjoo marked this pull request as ready for review September 19, 2024 15:34
@drganjoo drganjoo requested review from a team as code owners September 19, 2024 15:34
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

@drganjoo drganjoo added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit 684c15f Oct 1, 2024
44 checks passed
@drganjoo drganjoo deleted the fahadzub/override branch October 1, 2024 05:31
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.

expose MSRV to codegen
2 participants