Skip to content

Commit

Permalink
chore(ci): add deps in dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 23, 2024
1 parent 10e0221 commit c36e47a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ pr-run-mode = "upload"
inherits = "release"
lto = "thin"

[dist.dependencies.apt]
pkg-config = '*'
libdbus-1-dev ='*'
4 changes: 4 additions & 0 deletions dist.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[dist.dependencies.apt]
pkg-config = '*'
libdbus-1-dev ='*'

0 comments on commit c36e47a

Please sign in to comment.