mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
cargo update
This commit is contained in:
parent
7abc8f19cd
commit
96525330c2
3 changed files with 420 additions and 436 deletions
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")
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue