cargo update

This commit is contained in:
Luke Parker
2023-04-08 04:44:28 -04:00
parent 7abc8f19cd
commit 96525330c2
3 changed files with 420 additions and 436 deletions

View File

@@ -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")
};