Skip to content

Commit 87af37e

Browse files
committed
Merge #69: Improve the manifest
b8a448f Add documentation field to manifest (Tobin C. Harding) 6f52b81 Add rust-bitcoin devs to authors (Tobin C. Harding) Pull request description: In preparation for attempting to stabilize this crate, do a couple of improvements to the manifest. - Patch 1: Add "The rust-bitcoin developers" to authors field to the `package` section of the manifest, both for attribution and to accept responsibility for mistakes. - Patch 2: Add a `documentation` field to the `package` section of the manifest ACKs for top commit: apoelstra: ACK b8a448f Tree-SHA512: 4bcaa3f2e85da29411cb5fb39b5c355788002798948253fcaecf7a89feeb247b5b298a432d86b0dcd8893ffe715deb713a2c32f7426262d34236855cebbf3f92
2 parents 88730a5 + b8a448f commit 87af37e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "bech32"
33
version = "0.9.1"
4-
authors = ["Clark Moody"]
4+
authors = ["Clark Moody", "The rust-bitcoin developers"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
6+
documentation = "https://docs.rs/bech32/"
67
description = "Encodes and decodes the Bech32 format"
78
readme = "README.md"
89
keywords = ["base32", "encoding", "bech32"]

0 commit comments

Comments
 (0)