Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Cargo.toml for publishing #3040

Merged
merged 4 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Rust Filecoin implementation."

[dependencies]
ahash = "0.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in case of absence, passing the task to a different team member.
4. Once the changes in step 1 and step 2 have been merged, tag the commit with
the new version number. The version tag should start with a lowercase 'v'.
Example: v0.4.1
5. Publish new crates on crates.io according to the
5. Publish the new crate on crates.io according to the
[manual](https://doc.rust-lang.org/cargo/reference/publishing.html).
6. Go to https://github.com/ChainSafe/forest/releases/new and create a new
release. Use the tag created in step 4, follow the title convention of the
Expand Down