Merge rust-bitcoin/rust-bitcoin#3108: Fix typo in primitives Cargo.toml
14fdffeb5a
Fix typo in primitives Cargo.toml (Shing Him Ng) Pull request description: Closes #3090 ACKs for top commit: apoelstra: ACK14fdffeb5a
tcharding: ACK14fdffeb5a
Kixunil: ACK14fdffeb5a
Tree-SHA512: 368095b956bbd11ef1c3610914f1950256b56479295f5abab9993ed96de580f0de122bbbe3a6b5cf995259bd931ce5d97599d1ac2684533bf104414bd8aa3386
This commit is contained in:
commit
9868d9aaec
|
@ -6,7 +6,7 @@ version = "0.100.0"
|
|||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||
license = "CC0-1.0"
|
||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
|
||||
description = "Primitive types used by the rust-bitcoin eccosystem"
|
||||
description = "Primitive types used by the rust-bitcoin ecosystem"
|
||||
categories = ["cryptography::cryptocurrencies"]
|
||||
keywords = ["bitcoin", "types"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue