Skip to content

Commit 1b0008b

Browse files
committed
Bump core_arch and std_detect patch version
1 parent f8a91b8 commit 1b0008b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/core_arch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core_arch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Andrew Gallant <jamslam@gmail.com>",
@@ -24,7 +24,7 @@ maintenance = { status = "experimental" }
2424

2525
[dev-dependencies]
2626
stdsimd-test = { version = "0.*", path = "../stdsimd-test" }
27-
std_detect = { version = "0.1.0", path = "../std_detect" }
27+
std_detect = { version = "0.1.1", path = "../std_detect" }
2828

2929
[target.wasm32-unknown-unknown.dev-dependencies]
3030
wasm-bindgen-test = "=0.2.19"

crates/std_detect/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "std_detect"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Andrew Gallant <jamslam@gmail.com>",
@@ -27,6 +27,6 @@ libc = "0.2"
2727
cfg-if = "0.1"
2828

2929
[dev-dependencies]
30-
core_arch = { version = "0.1.0", path = "../core_arch" }
30+
core_arch = { version = "0.1.1", path = "../core_arch" }
3131
auxv = "0.3.3"
3232
cupid = "0.6.0"

0 commit comments

Comments
 (0)