Bump core_arch and std_detect patch version
This commit is contained in:
parent
3e0f1f754a
commit
72d929bed6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "core_arch"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = [
|
||||
"Alex Crichton <alex@alexcrichton.com>",
|
||||
"Andrew Gallant <jamslam@gmail.com>",
|
||||
|
|
@ -24,7 +24,7 @@ maintenance = { status = "experimental" }
|
|||
|
||||
[dev-dependencies]
|
||||
stdsimd-test = { version = "0.*", path = "../stdsimd-test" }
|
||||
std_detect = { version = "0.1.0", path = "../std_detect" }
|
||||
std_detect = { version = "0.1.1", path = "../std_detect" }
|
||||
|
||||
[target.wasm32-unknown-unknown.dev-dependencies]
|
||||
wasm-bindgen-test = "=0.2.19"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue