fmt, machete, GH CI

This commit is contained in:
Luke Parker
2024-07-05 13:55:15 -04:00
parent e94a04d47c
commit 90880cc9c8
6 changed files with 46 additions and 13 deletions

View File

@@ -19,7 +19,6 @@ workspace = true
std-shims = { path = "../../common/std-shims", version = "^0.1.1", default-features = false }
zeroize = { version = "^1.5", default-features = false, features = ["zeroize_derive"] }
rand_core = { version = "0.6", default-features = false }
curve25519-dalek = { version = "4", default-features = false, features = ["alloc", "zeroize"] }
@@ -38,13 +37,13 @@ std = [
"std-shims/std",
"zeroize/std",
"rand_core/std",
"monero-io/std",
"monero-generators/std",
"monero-primitives/std",
"monero-mlsag/std",
"monero-clsag/std",
"monero-borromean/std",
"monero-bulletproofs/std",
]