From 36944c6c8f447cadc232ed0f03cd5db45da6adf0 Mon Sep 17 00:00:00 2001 From: zian Date: Mon, 19 Jun 2023 14:05:52 +0800 Subject: [PATCH] change sp_keyring to sp-keyring --- dhatu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhatu/Cargo.toml b/dhatu/Cargo.toml index 0d28fbd..a3c7c7e 100644 --- a/dhatu/Cargo.toml +++ b/dhatu/Cargo.toml @@ -45,7 +45,7 @@ mockito = "1.0.2" [features] default = ["tokio", "serde"] sp_keyring = [] -unstable = ["default", "unstable_sp_core", "subxt", "sp_keyring"] +unstable = ["default", "unstable_sp_core", "subxt", "sp-keyring"] tokio = [] serde = [] unstable_sp_core = []