-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add empty crates to clean up the Cargo.lock
Also removes a now unused RUSTSEC allow in deny.
- Loading branch information
1 parent
0409fd9
commit 270592f
Showing
6 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[package] | ||
name = "bandersnatch_vrfs" | ||
version = "0.0.3" | ||
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" | ||
authors = ["Luke Parker <[email protected]>"] | ||
keywords = [] | ||
edition = "2021" | ||
rust-version = "1.74" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[features] | ||
std = [] |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[package] | ||
name = "w3f-bls" | ||
version = "0.1.3" | ||
description = "Empty library to remove the unused w3f-bls from the Cargo.lock" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/w3f-bls" | ||
authors = ["Luke Parker <[email protected]>"] | ||
keywords = [] | ||
edition = "2021" | ||
rust-version = "1.74" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[features] | ||
std = [] |
Empty file.