Remove the auxv dev dependency.

It hasn't been used since roughly 2018. The latest published version of
auxv has a less common license and doesn't specify any license in it's
Cargo.toml file.
This commit is contained in:
bjorn3 2023-08-26 19:05:02 +00:00 committed by Amanieu d'Antras
parent 11a5eab3e6
commit d1df958a32

View file

@ -30,7 +30,6 @@ compiler_builtins = { version = "0.1.2", optional = true }
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
[dev-dependencies]
auxv = "0.3.3"
cupid = "0.6.0"
[features]