Skip to content

Commit

Permalink
use the vendored feature of dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Dec 30, 2024
1 parent 6f37c9b commit f27b48e
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
with:
cache-all-crates: true
key: ${{ matrix.target }}
- name: OS Dependencies
if: runner.os == 'Linux'
run: sudo apt install -y libdbus-1-dev
- name: Clippy
run: cargo clippy --target=${{ matrix.target }} --all-targets --all-features -- -D warnings
- name: Build
Expand Down
72 changes: 72 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dirs = "5"
futures = "0.3"
glob = "0.3"
itertools = "0.13"
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
kuchiki = "0.8"
lazy_static = "1"
regex = "1"
Expand Down
7 changes: 2 additions & 5 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false

# OS Dependencies
[dist.dependencies.apt]
libdbus-1-dev = "*"

[dist.github-custom-runners]
aarch64-apple-darwin = "macos-latest"
aarch64-apple-darwin = "macos-latest"
aarch64-pc-windows-msvc = "windows-latest"

0 comments on commit f27b48e

Please sign in to comment.