From b21fde8d1f30f552d4d17c221bf5a368d845fa33 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 3 Feb 2022 15:57:00 +0100 Subject: [PATCH] Update subxt/Cargo.toml --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 97f5652fe0..b189329b7a 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0" -readme = "README.md" +readme = "../README.md" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/"