Skip to content

Commit

Permalink
Remove the auxv dev dependency.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bjorn3 committed Aug 29, 2023
1 parent 490bb0e commit bbe06f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/std_detect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bbe06f8

Please sign in to comment.