Rename compiler to solc

This commit is contained in:
Sebastian Miasojed
2024-11-14 17:09:03 +01:00
parent 140545ea15
commit 881b88354c
13 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
pub mod combined_json;
pub mod pipeline;
#[cfg(not(target_os = "emscripten"))]
pub mod solc;
pub mod solc_compiler;
#[cfg(target_os = "emscripten")]
pub mod soljson;
pub mod soljson_compiler;
pub mod standard_json;
pub mod version;