try fixing docs.rs build
This commit is contained in:
@@ -10,7 +10,7 @@ keywords = ["package-manager", "linux", "declarative", "cli"]
|
|||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
alpm = "2.2"
|
alpm = { version = "2.2", default-features = false, features = ["docs-rs"] }
|
||||||
anyhow = {workspace = true}
|
anyhow = {workspace = true}
|
||||||
clap = "4.1"
|
clap = "4.1"
|
||||||
const_format = { version = "0.2", default-features = false }
|
const_format = { version = "0.2", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user