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

chore: rust 1.80 #245

Merged
merged 2 commits into from
Aug 5, 2024
Merged

chore: rust 1.80 #245

merged 2 commits into from
Aug 5, 2024

Conversation

crepererum
Copy link
Collaborator

  • update MSRV
  • drop once_lock
  • drop async_trait

@@ -43,7 +43,9 @@ impl BrokerImpl {
#[derive(Debug)]
pub struct TestConfig {
pub bootstrap_brokers: Vec<String>,
#[allow(dead_code)]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not actually dead code, just not used by all end2end tests and I didn't wanna add yet another top-level crate just for the test infra.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

👨‍🍳 👌 -- looks like (another) very nice improvement to me

Thank you @crepererum

@alamb alamb merged commit fad1a83 into main Aug 5, 2024
11 checks passed
@alamb alamb deleted the crepererum/rust_180 branch August 5, 2024 17:25
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.

2 participants