about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-08-26 19:05:02 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2023-10-10 14:38:20 +0100
commitd1df958a325221ac5b028a3b2e78b5ecb11bf37c (patch)
treeb12d02bd613b31e2891bb38475a93d8fca10ac56 /library/stdarch/crates/std_detect
parent11a5eab3e663ac63a6dd5a97c805afed6395bb1c (diff)
downloadrust-d1df958a325221ac5b028a3b2e78b5ecb11bf37c.tar.gz
rust-d1df958a325221ac5b028a3b2e78b5ecb11bf37c.zip
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.
Diffstat (limited to 'library/stdarch/crates/std_detect')
-rw-r--r--library/stdarch/crates/std_detect/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/Cargo.toml b/library/stdarch/crates/std_detect/Cargo.toml
index 589a3900a45..12d4a658c32 100644
--- a/library/stdarch/crates/std_detect/Cargo.toml
+++ b/library/stdarch/crates/std_detect/Cargo.toml
@@ -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]