-
Notifications
You must be signed in to change notification settings - Fork 50
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
chore: update to Rust 1.58 and switch to GCP Rust crate #1201
Changes from 7 commits
23a7c04
2ba33d9
27b5be7
ab51c9c
8a46446
cb503e5
bae67ee
1c58c2a
8cdd535
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -97,6 +97,7 @@ pub struct MysqlDb { | |||||||
/// Despite the db conn structs being !Sync (see Arc<MysqlDbInner> above) we | ||||||||
/// don't spawn multiple MysqlDb calls at a time in the thread pool. Calls are | ||||||||
/// queued to the thread pool via Futures, naturally serialized. | ||||||||
#[allow(clippy::non_send_fields_in_send_ty)] | ||||||||
unsafe impl Send for MysqlDb {} | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's kill this, the warning was reverted in 1.58.1
Suggested change
|
||||||||
|
||||||||
pub struct MysqlDbInner { | ||||||||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well since this hasn't merged yet (and its docker is up now) :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that if you specify 1.58, it pulls in the latest version subversion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just did a
docker pull rust:1.58-buster
and an internal shellrustup show
shows 1.58.1