Skip to content

Commit

Permalink
Fix in order to publish in crates.io (#202)
Browse files Browse the repository at this point in the history
* Renaming package to ibc in Cargo.toml #198

* Fixing reference to ibc module dependency #198

* Adding README to ibc (modules) crate. #198

* Updates to README #198

* Update dependencies after changing package name #198

* Updating documentation link name #198

* Fixing issue that prevented ibc to be published on crates.io #201
  • Loading branch information
andynog authored Aug 12, 2020
1 parent 88dd5a8 commit bf3b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.2"
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["blockchain", "bft", "consensus", "cosmos", "ibc", "tendermint"]
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"]
repository = "https://github.com/informalsystems/ibc-rs"
authors = [
"Informal Systems <[email protected]>"
Expand Down

0 comments on commit bf3b215

Please sign in to comment.