From b9bc61fc93e2ed106dc43c50e428dd7d24e5d8e3 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 3 Feb 2022 15:56:28 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84243dd992..ca36ea9297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ members = [ "examples", "macro", "subxt", - "test-runtime", + "test-runtime" ]