mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Corrections to prior commit
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -41,14 +41,14 @@ jobs:
|
|||||||
-p flexible-transcript \
|
-p flexible-transcript \
|
||||||
-p ff-group-tests \
|
-p ff-group-tests \
|
||||||
-p dalek-ff-group \
|
-p dalek-ff-group \
|
||||||
-p ed448 \
|
-p minimal-ed448 \
|
||||||
-p ciphersuite \
|
-p ciphersuite \
|
||||||
-p multiexp \
|
-p multiexp \
|
||||||
-p schnorr \
|
-p schnorr \
|
||||||
-p dleq \
|
-p dleq \
|
||||||
-p dkg \
|
-p dkg \
|
||||||
-p frost \
|
-p modular-frost \
|
||||||
-p schnorrkel
|
-p frost-schnorrkel
|
||||||
|
|
||||||
test-coins:
|
test-coins:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -8690,7 +8690,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serai-no-std"
|
name = "serai-no-std-tests"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ciphersuite",
|
"ciphersuite",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description = "A crate to test no-std builds of Serai crates work"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/kayabaNerve/serai/tree/develop/tests/no-std"
|
repository = "https://github.com/kayabaNerve/serai/tree/develop/tests/no-std"
|
||||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||||
keywords = ["nostd", "no_std", "alloc", "io"]
|
keywords = ["nostd", "no_std", "alloc"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ pub use frost_schnorrkel;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
pub use monero_generators;
|
pub use monero_generators;
|
||||||
// pub use monero_serai;
|
pub use monero_serai;
|
||||||
|
|||||||
Reference in New Issue
Block a user