Use serai- prefixes on Serai-specific packages

Fixes deny.toml, also runs a minor cargo update shrinking the tree.
This commit is contained in:
Luke Parker
2023-07-03 08:09:41 -04:00
parent 30834fe4d2
commit d49c636f0f
12 changed files with 347 additions and 294 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "validator-sets-pallet"
name = "serai-validator-sets-pallet"
version = "0.1.0"
description = "Validator sets pallet"
license = "AGPL-3.0-only"
@@ -25,7 +25,7 @@ frame-system = { git = "https://github.com/serai-dex/substrate", default-feature
frame-support = { git = "https://github.com/serai-dex/substrate", default-features = false }
serai-primitives = { path = "../../primitives", default-features = false }
validator-sets-primitives = { path = "../primitives", default-features = false }
validator-sets-primitives = { package = "serai-validator-sets-primitives", path = "../primitives", default-features = false }
[features]
std = [