Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Remove auto dep from cargo-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Jul 23, 2021
1 parent 97dbc95 commit 418b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = [ "cli" ]
# Debian package configuration (for cargo-deb)
[package.metadata.deb]
priority = "optional"
depends = "$auto, openssl"
depends = "libc6,openssl"
assets = [
["target/release/dsfc", "/usr/bin/dsfc", "0755"],
]
Expand Down

0 comments on commit 418b1df

Please sign in to comment.