From f343ddac66c387a8765c38344e5a09ef8a0231d3 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 13 Jun 2024 09:39:56 +1000 Subject: [PATCH] Update readme link --- client/Cargo.toml | 2 +- json/Cargo.toml | 2 +- regtest/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index cca7893..10bebd8 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC client" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"] -readme = "../README.md" +readme = "README.md" edition = "2021" rust-version = "1.56.1" exclude = ["tests", "contrib"] diff --git a/json/Cargo.toml b/json/Cargo.toml index 130d88a..21c6908 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC API types" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"] -readme = "../README.md" +readme = "README.md" edition = "2021" rust-version = "1.56.1" exclude = ["tests", "contrib"] diff --git a/regtest/Cargo.toml b/regtest/Cargo.toml index 92225f3..39fa224 100644 --- a/regtest/Cargo.toml +++ b/regtest/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" description = "Utility to run a regtest bitcoind process, useful in integration testing environments" categories = ["cryptography::cryptocurrencies", "development-tools::testing"] keywords = ["bitcoin", "bitcoind", "json-rpc"] -readme = "../README.md" +readme = "README.md" edition = "2021" rust-version = "1.56.1" exclude = ["tests", "contrib"]