make node interactions generic

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2025-03-31 09:50:55 +02:00
parent 3edd72850f
commit ea17166448
10 changed files with 112 additions and 111 deletions
-2
View File
@@ -6,8 +6,6 @@ use std::{
process::{Command, Stdio},
};
use semver::Version;
use crate::{CompilerInput, CompilerOutput, SolidityCompiler};
pub struct Solc {