Skip to content

Commit c75f39a

Browse files
committed
bump cache format
1 parent ffda182 commit c75f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::{
3030
/// `ethers-solc` uses a different format version id, but the actual format is consistent with
3131
/// hardhat This allows ethers-solc to detect if the cache file was written by hardhat or
3232
/// `ethers-solc`
33-
const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-3";
33+
const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-4";
3434

3535
/// The file name of the default cache file
3636
pub const SOLIDITY_FILES_CACHE_FILENAME: &str = "solidity-files-cache.json";

0 commit comments

Comments
 (0)