From ec0d38a90d577be4955a6a52e6b441bf73e261c8 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 15 Dec 2023 02:52:31 -0500 Subject: [PATCH] cargo update to polkadot-sdk/experimental rebased over polkadot-sdk 1.5.0 --- substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml b/substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml index 1c6f9348..e9983b35 100644 --- a/substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml +++ b/substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bandersnatch_vrfs" -version = "0.0.3" +version = "0.0.4" description = "Empty library to remove the unused bandersnatch_vrfs from the Cargo.lock" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/bandersnatch_vrfs" @@ -15,3 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"] [features] std = [] +substrate-curves = []