Remove core_arch dev-dependency of std_detect
diff --git a/crates/std_detect/Cargo.toml b/crates/std_detect/Cargo.toml
index 831c392..dfe042f 100644
--- a/crates/std_detect/Cargo.toml
+++ b/crates/std_detect/Cargo.toml
@@ -27,6 +27,5 @@
 cfg-if = "0.1"
 
 [dev-dependencies]
-core_arch = { version = "0.1.1", path = "../core_arch" }
 auxv = "0.3.3"
 cupid = "0.6.0"
\ No newline at end of file