diff --git a/library/stdarch/crates/core_arch/Cargo.toml b/library/stdarch/crates/core_arch/Cargo.toml index 5626b797301f..7b8ab4029e4b 100644 --- a/library/stdarch/crates/core_arch/Cargo.toml +++ b/library/stdarch/crates/core_arch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core_arch" -version = "0.1.0" +version = "0.1.1" authors = [ "Alex Crichton ", "Andrew Gallant ", @@ -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" diff --git a/library/stdarch/crates/std_detect/Cargo.toml b/library/stdarch/crates/std_detect/Cargo.toml index 02205a52d9fc..831c39209656 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 ", "Andrew Gallant ", @@ -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