bitcoin: Fix path to the readme

We moved to a submodule and didn't fix the readme path in the `bitcoin`
manifest.
This commit is contained in:
Tobin C. Harding 2023-03-22 12:08:48 +11:00
parent d65646ce99
commit 998b204ece
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ documentation = "https://docs.rs/bitcoin/"
description = "General purpose library for using and interoperating with Bitcoin." description = "General purpose library for using and interoperating with Bitcoin."
categories = ["cryptography::cryptocurrencies"] categories = ["cryptography::cryptocurrencies"]
keywords = [ "crypto", "bitcoin" ] keywords = [ "crypto", "bitcoin" ]
readme = "README.md" readme = "../README.md"
edition = "2018" edition = "2018"
exclude = ["tests", "contrib"] exclude = ["tests", "contrib"]