This commit is contained in:
alpharush 2022-12-25 21:03:48 -06:00
parent da92d160fd
commit c86e54b9ea
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-4";
/// The file name of the default cache file
pub const SOLIDITY_FILES_CACHE_FILENAME: &str = "solidity-files-cache.json";
/// A unique identifier for source files that were compiled together
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)]
pub struct CompilationUnitId(u64);