Skip to content

Commit 998b204

Browse files
committed
bitcoin: Fix path to the readme
We moved to a submodule and didn't fix the readme path in the `bitcoin` manifest.
1 parent d65646c commit 998b204

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)