Skip to content

Commit

Permalink
[Fix] Cargo.toml for publishing (#3040)
Browse files Browse the repository at this point in the history
* [Fix] Cargo.toml for publishing

* fix descr
  • Loading branch information
ruseinov authored Jun 21, 2023
1 parent 707ea6e commit 2eaeb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 2eaeb9f

Please sign in to comment.