about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/crates/std_detect')
-rw-r--r--library/stdarch/crates/std_detect/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/stdarch/crates/std_detect/Cargo.toml b/library/stdarch/crates/std_detect/Cargo.toml
index 02205a52d9f..831c3920965 100644
--- a/library/stdarch/crates/std_detect/Cargo.toml
+++ b/library/stdarch/crates/std_detect/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "std_detect"
-version = "0.1.0"
+version = "0.1.1"
 authors = [
     "Alex Crichton <alex@alexcrichton.com>",
     "Andrew Gallant <jamslam@gmail.com>",
@@ -27,6 +27,6 @@ libc = "0.2"
 cfg-if = "0.1"
 
 [dev-dependencies]
-core_arch = { version = "0.1.0", path = "../core_arch" }
+core_arch = { version = "0.1.1", path = "../core_arch" }
 auxv = "0.3.3"
 cupid = "0.6.0"
\ No newline at end of file