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"]