mirror of
https://github.com/serai-dex/serai.git
synced 2025-04-22 22:18:15 +00:00
cargo update to polkadot-sdk/experimental rebased over polkadot-sdk 1.5.0
This commit is contained in:
parent
d8c7465722
commit
ec0d38a90d
1 changed files with 2 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue