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

👽️ Port to zbus 4 API #37

Merged
merged 8 commits into from
Feb 11, 2024
Merged

👽️ Port to zbus 4 API #37

merged 8 commits into from
Feb 11, 2024

Conversation

zeenix
Copy link
Collaborator

@zeenix zeenix commented Feb 9, 2024

This also implies bumping required versions of shared depdendencies, like event-listener and tokio.

@zeenix zeenix force-pushed the zbus-4 branch 4 times, most recently from ff0338d to e68701f Compare February 10, 2024 23:35
@zeenix zeenix marked this pull request as draft February 11, 2024 00:04
Zeeshan Ali Khan added 8 commits February 12, 2024 00:02
This also implies bumping required versions of shared depdendencies, like
event-listener and tokio.
```
error: current MSRV (Minimum Supported Rust Version) is `1.70.0` but this item is stable since `1.74.0`
   --> src/bus/mod.rs:163:64
    |
163 |                 let addr = SocketAddr::from_abstract_name(name.as_encoded_bytes())?;
    |                                                                ^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    = note: `-D clippy::incompatible-msrv` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::incompatible_msrv)]`
```
```
error: direct implementation of `ToString`
   --> src/bus/cookies.rs:222:1
    |
222 | / impl ToString for Cookie {
223 | |     fn to_string(&self) -> String {
224 | |         format!("{} {} {}", self.id, self.created, self.cookie)
225 | |     }
226 | | }
    | |_^
    |
    = help: prefer implementing `Display` instead
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl
    = note: `-D clippy::to-string-trait-impl` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::to_string_trait_impl)]`
```
@zeenix zeenix marked this pull request as ready for review February 11, 2024 23:04
@zeenix zeenix enabled auto-merge February 11, 2024 23:04
@zeenix zeenix merged commit 08df8e5 into dbus2:main Feb 11, 2024
8 checks passed
@zeenix zeenix deleted the zbus-4 branch February 11, 2024 23:07
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.

1 participant