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 = []