Skip to content

Commit

Permalink
Merge pull request #1086 from zeenix/book-update-fix
Browse files Browse the repository at this point in the history
👷 CI: Update zbus version for book generation
  • Loading branch information
zeenix authored Oct 19, 2024
2 parents 21c1b49 + e8d1e97 commit fa01a0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deployments
on:
push:
tags:
- zbus-4.*
- zbus-5.*
paths:
- book/**/*
- .github/workflows/deploy.yml
Expand Down
2 changes: 0 additions & 2 deletions book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ The [zbus crate] provides the main API you will use to interact with D-Bus from
of the establishment of a connection, the creation, sending and receiving of different kind of D-Bus
messages (method calls, signals etc) for you.

zbus crate is currently Unix-specific, with Linux as our main (and tested) target.

[zbus]: https://github.com/dbus2/zbus
[Rust]: https://www.rust-lang.org/
[D-Bus]: https://dbus.freedesktop.org/
Expand Down

0 comments on commit fa01a0d

Please sign in to comment.