cargo update to polkadot-sdk/experimental rebased over polkadot-sdk 1.5.0

This commit is contained in:
Luke Parker
2023-12-15 02:52:31 -05:00
parent d8c7465722
commit ec0d38a90d

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "bandersnatch_vrfs" name = "bandersnatch_vrfs"
version = "0.0.3" version = "0.0.4"
description = "Empty library to remove the unused bandersnatch_vrfs from the Cargo.lock" description = "Empty library to remove the unused bandersnatch_vrfs from the Cargo.lock"
license = "MIT" license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/bandersnatch_vrfs" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/bandersnatch_vrfs"
@@ -15,3 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"]
[features] [features]
std = [] std = []
substrate-curves = []