Skip to content

Bump MSRV to 1.75.0#8205

Merged
fitzgen merged 2 commits into
bytecodealliance:mainfrom
alexcrichton:bump-rust
Mar 21, 2024
Merged

Bump MSRV to 1.75.0#8205
fitzgen merged 2 commits into
bytecodealliance:mainfrom
alexcrichton:bump-rust

Conversation

@alexcrichton
Copy link
Copy Markdown
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
}

struct ONNXGraph(Arc<Mutex<Session>>, ExecutionTarget);
struct ONNXGraph(Arc<Mutex<Session>>, #[allow(dead_code)] ExecutionTarget);
Copy link
Copy Markdown
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
Copy Markdown
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
@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