about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-01-30 10:46:34 +0100
committergnzlbg <gnzlbg@users.noreply.github.com>2019-01-30 11:27:23 +0100
commit72d929bed68cc9f62af87138bf5ea9b11a52148a (patch)
tree58f78c15f2b18d7d7cfe1d5001b80240e6555e7c /library/stdarch/crates/std_detect
parent3e0f1f754a92f9659a2d2aa17d4ab9acc6a31745 (diff)
downloadrust-72d929bed68cc9f62af87138bf5ea9b11a52148a.tar.gz
rust-72d929bed68cc9f62af87138bf5ea9b11a52148a.zip
Bump core_arch and std_detect patch version
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