Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 4, 2023
1 parent e05b77d commit 360b264
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crypto/dalek-ff-group/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ group = { version = "0.13", default-features = false }

crypto-bigint = { version = "0.5", default-features = false }

sha2 = { version = "0.10", default-features = false }
curve25519-dalek = { version = ">= 4.0, < 4.2", default-features = false, features = ["alloc", "zeroize", "digest", "group", "precomputed-tables"] }

[dev-dependencies]
rand_core = { version = "0.6", default-features = false, features = ["std"] }
ff-group-tests = { path = "../ff-group-tests" }

[features]
std = ["zeroize/std", "subtle/std", "rand_core/std", "digest/std", "sha2/std"]
std = ["zeroize/std", "subtle/std", "rand_core/std", "digest/std"]
default = ["std"]
1 change: 0 additions & 1 deletion tests/coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ scale = { package = "parity-scale-codec", version = "3" }
serai-client = { path = "../../substrate/client", features = ["serai"] }
serai-message-queue = { path = "../../message-queue" }

serde = { version = "1", default-features = false }
serde_json = { version = "1", default-features = false }

tokio = { version = "1", features = ["time"] }
Expand Down
1 change: 0 additions & 1 deletion tests/full-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ serai-client = { path = "../../substrate/client", features = ["serai"] }
tokio = { version = "1", features = ["time"] }

dockertest = "0.4"
serai-docker-tests = { path = "../docker" }
serai-message-queue-tests = { path = "../message-queue" }
serai-processor-tests = { path = "../processor" }
serai-coordinator-tests = { path = "../coordinator" }
2 changes: 2 additions & 0 deletions tests/no-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ pub use modular_frost;
pub use frost_schnorrkel;
*/

pub use bitcoin_serai;

pub use monero_generators;
pub use monero_serai;

0 comments on commit 360b264

Please sign in to comment.