Skip to content

Commit

Permalink
Merge pull request #153 from zeenix/rel-0.4
Browse files Browse the repository at this point in the history
🔖 Release 0.4.0
  • Loading branch information
zeenix authored Oct 21, 2024
2 parents e6ed05f + 0edf7e0 commit 374de38
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
64 changes: 35 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "busd"
version = "0.3.1"
version = "0.4.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
description = "A D-Bus bus (broker) implementation"
edition = "2021"
Expand All @@ -21,8 +21,8 @@ name = "busd"
path = "src/bin/busd.rs"

[dependencies]
zbus = { git = "https://github.com/dbus2/zbus/", features = [
#zbus = { version = "4.2.0", features = [
#zbus = { git = "https://github.com/dbus2/zbus/", features = [
zbus = { version = "5.0", features = [
"tokio",
"bus-impl",
], default-features = false }
Expand Down

0 comments on commit 374de38

Please sign in to comment.