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

Bump MSRV to 1.75.0 #8205

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Bump MSRV to 1.75.0 #8205

merged 2 commits into from
Mar 21, 2024

Conversation

alexcrichton
Copy link
Member

Coupled with today's release of 1.77.0. Today's release actually has some nice functions and such I think we'll want to use in Wasmtime but we'll need to wait 3 months to be able to use them.

Coupled with today's release of 1.77.0. Today's release actually has
some nice functions and such I think we'll want to use in Wasmtime but
we'll need to wait 3 months to be able to use them.
@alexcrichton alexcrichton requested a review from a team as a code owner March 21, 2024 14:54
@alexcrichton alexcrichton requested review from abrown and removed request for a team March 21, 2024 14:54
@fitzgen fitzgen enabled auto-merge March 21, 2024 14:56
@alexcrichton alexcrichton requested a review from a team as a code owner March 21, 2024 15:27
@@ -48,7 +48,7 @@ impl BackendFromDir for OnnxBackend {
}
}

struct ONNXGraph(Arc<Mutex<Session>>, ExecutionTarget);
struct ONNXGraph(Arc<Mutex<Session>>, #[allow(dead_code)] ExecutionTarget);
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @devigned I had to add this as it's a new warning in rustc, and I'm not sure if this indicates a bug where this should have been used or if it should be removed.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for the heads up. I'll take a look.

@fitzgen fitzgen added this pull request to the merge queue Mar 21, 2024
Merged via the queue into bytecodealliance:main with commit b363db0 Mar 21, 2024
19 checks passed
@alexcrichton alexcrichton deleted the bump-rust branch March 21, 2024 17: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.

3 participants