We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda182 commit c75f39aCopy full SHA for c75f39a
crates/compilers/src/cache.rs
@@ -30,7 +30,7 @@ use std::{
30
/// `ethers-solc` uses a different format version id, but the actual format is consistent with
31
/// hardhat This allows ethers-solc to detect if the cache file was written by hardhat or
32
/// `ethers-solc`
33
-const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-3";
+const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-4";
34
35
/// The file name of the default cache file
36
pub const SOLIDITY_FILES_CACHE_FILENAME: &str = "solidity-files-cache.json";
0 commit comments