mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
cargo update
This commit is contained in:
850
Cargo.lock
generated
850
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -62,5 +62,5 @@ monero-serai = { opt-level = 3 }
|
||||
panic = "unwind"
|
||||
|
||||
[patch.crates-io]
|
||||
k256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "43d95961b77ad18e54d2874403052fdee248076c" }
|
||||
p256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "43d95961b77ad18e54d2874403052fdee248076c" }
|
||||
k256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }
|
||||
p256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }
|
||||
|
||||
@@ -42,7 +42,7 @@ macro_rules! serai_test {
|
||||
|
||||
let node = {
|
||||
let this_crate = Path::new(env!("CARGO_MANIFEST_DIR"));
|
||||
let top_level = this_crate.join("../../../");
|
||||
let top_level = this_crate.join("../../");
|
||||
top_level.join("target/debug/serai-node")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user