Skip to content

Commit 3911fc3

Browse files
committed
Merge rust-bitcoin#1723: bitcoin: Fix path to the readme
998b204 bitcoin: Fix path to the readme (Tobin C. Harding) Pull request description: We moved to a submodule and didn't fix the readme path in the `bitcoin` manifest. ACKs for top commit: sanket1729: utACK 998b204 apoelstra: utACK 998b204 Tree-SHA512: c7591e05974173eddbabfa7ee0273ad4c71b103108f09e7536696593f3e181f80ecfe05a2fa312963069d35137784ccae1fbb167cceccdacb8a2fab211123bf4
2 parents d65646c + 998b204 commit 3911fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/bitcoin/"
88
description = "General purpose library for using and interoperating with Bitcoin."
99
categories = ["cryptography::cryptocurrencies"]
1010
keywords = [ "crypto", "bitcoin" ]
11-
readme = "README.md"
11+
readme = "../README.md"
1212
edition = "2018"
1313
exclude = ["tests", "contrib"]
1414

0 commit comments

Comments
 (0)