Skip to content

Commit 07b33c8

Browse files
committed
update authors and version
1 parent f244bd2 commit 07b33c8

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

crates/coresimd/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "coresimd"
3-
version = "0.0.3"
4-
authors = ["Andrew Gallant <jamslam@gmail.com>"]
3+
version = "0.1.3"
4+
authors = [
5+
"Alex Crichton <alex@alexcrichton.com>",
6+
"Andrew Gallant <jamslam@gmail.com>",
7+
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
8+
]
59
description = "SIMD support in Rust's core library."
610
documentation = "https://docs.rs/stdsimd"
711
homepage = "https://github.com/rust-lang-nursery/stdsimd"
@@ -20,7 +24,7 @@ maintenance = { status = "experimental" }
2024

2125
[dev-dependencies]
2226
stdsimd-test = { version = "0.*", path = "../stdsimd-test" }
23-
stdsimd = { version = "0.0.3", path = "../stdsimd" }
27+
stdsimd = { version = "0.1.3", path = "../stdsimd" }
2428

2529
[target.wasm32-unknown-unknown.dev-dependencies]
2630
wasm-bindgen-test = "=0.2.19"

crates/stdsimd/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "stdsimd"
3-
version = "0.0.3"
4-
authors = ["Andrew Gallant <jamslam@gmail.com>"]
3+
version = "0.1.3"
4+
authors = [
5+
"Alex Crichton <alex@alexcrichton.com>",
6+
"Andrew Gallant <jamslam@gmail.com>",
7+
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
8+
]
59
description = "SIMD support in Rust's standard library."
610
documentation = "https://docs.rs/stdsimd"
711
homepage = "https://github.com/rust-lang-nursery/stdsimd"
@@ -19,7 +23,7 @@ is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" }
1923
maintenance = { status = "experimental" }
2024

2125
[dependencies]
22-
coresimd = { version = "0.0.3", path = "../coresimd" }
26+
coresimd = { version = "0.1.3", path = "../coresimd" }
2327
libc = "0.2"
2428
cfg-if = "0.1"
2529

0 commit comments

Comments
 (0)