Skip to content

Commit

Permalink
Add instructions for publishing the crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Jan 22, 2019
1 parent 7f0b2b9 commit 835753e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ View the README's of:
The `std::simd` component now lives in the
[`packed_simd`](https://github.com/rust-lang-nursery/packed_simd) crate.

# How to do a release

To do a release of the `core_arch` and `std_detect` crates,

* comment out the `dev-dependencies` in their `Cargo.toml` files (due to
https://github.com/rust-lang/cargo/issues/4242),
* publish the crates.

[travis]: https://travis-ci.org/rust-lang-nursery/stdsimd
[Travis-CI Status]: https://travis-ci.org/rust-lang-nursery/stdsimd.svg?branch=master
[appveyor]: https://ci.appveyor.com/project/rust-lang-libs/stdsimd/branch/master
Expand Down

0 comments on commit 835753e

Please sign in to comment.