From 2718fa176238a306e8b16702b8f88194c707aa6d Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 24 Dec 2024 09:56:30 -0300 Subject: [PATCH] rename integration tests crate.. it's important to have a descriptive name for when this is published to crates.io --- roles/Cargo.lock | 2 +- roles/tests-integration/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/Cargo.lock b/roles/Cargo.lock index 144ef169de..cbe5d0b815 100644 --- a/roles/Cargo.lock +++ b/roles/Cargo.lock @@ -1333,7 +1333,7 @@ dependencies = [ ] [[package]] -name = "integration-test" +name = "integration_tests_sv2" version = "0.1.0" dependencies = [ "async-channel 1.9.0", diff --git a/roles/tests-integration/Cargo.toml b/roles/tests-integration/Cargo.toml index c7999e37c6..c4f42233db 100644 --- a/roles/tests-integration/Cargo.toml +++ b/roles/tests-integration/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "integration-test" +name = "integration_tests_sv2" version = "0.1.0" authors = ["The Stratum V2 Developers"] edition = "2018"