Skip to content

Commit ecf9a21

Browse files
Rename crate
1 parent be67180 commit ecf9a21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "packed_simd"
2+
name = "packed_simd_2"
33
version = "0.3.4"
4-
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
4+
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "Jubilee Young <workingjubilee@gmail.com>"]
55
description = "Portable Packed SIMD vectors"
66
documentation = "https://docs.rs/crate/packed_simd/"
77
homepage = "https://github.com/rust-lang-nursery/packed_simd"
@@ -13,11 +13,11 @@ build = "build.rs"
1313
edition = "2018"
1414

1515
[badges]
16-
appveyor = { repository = "rust-lang-nursery/packed_simd" }
17-
travis-ci = { repository = "rust-lang-nursery/packed_simd" }
18-
codecov = { repository = "rust-lang-nursery/packed_simd" }
19-
is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/packed_simd" }
20-
is-it-maintained-open-issues = { repository = "rust-lang-nursery/packed_simd" }
16+
appveyor = { repository = "rust-lang/packed_simd" }
17+
travis-ci = { repository = "rust-lang/packed_simd" }
18+
codecov = { repository = "rust-lang/packed_simd" }
19+
is-it-maintained-issue-resolution = { repository = "rust-lang/packed_simd" }
20+
is-it-maintained-open-issues = { repository = "rust-lang/packed_simd" }
2121
maintenance = { status = "experimental" }
2222

2323
[dependencies]

0 commit comments

Comments
 (0)