-
Notifications
You must be signed in to change notification settings - Fork 48
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: bump tonic to v0.12 & etcd-client to v0.14 #222
Conversation
Signed-off-by: Bugen Zhao <[email protected]>
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.
Thank you 🥹
Could you help fix the clippy issue? https://github.com/madsim-rs/madsim/actions/runs/10177920150/job/28150455207?pr=222#step:6:539 🥵 |
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
unexpected_cfgs = { level = "warn", check-cfg = [ | ||
'cfg(madsim)', | ||
'cfg(tokio_unstable)', | ||
] } |
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.
New check introduced in rustc v1.80
/// Non-path Rust types allowed for request/response types. | ||
const NON_PATH_TYPE_ALLOWLIST: &[&str] = &["()"]; |
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.
Copied from tonic v0.12
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
@wangrunji0408 The PR is ready to merge. 🥰 |
published new versions to crates.io |
No description provided.