solc-json-interface: make the input Cloneable (#323)

It helps external consumers working with the
`revive-solc-json-interface` crate.

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-21 10:03:32 +02:00
committed by GitHub
parent af39d506d9
commit 3389865af7
8 changed files with 8 additions and 8 deletions
@@ -18,7 +18,7 @@ use self::polkavm::PolkaVM;
use self::selection::Selection;
/// The `solc --standard-json` input settings.
#[derive(Debug, Serialize, Deserialize)]
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct Settings {
/// The target EVM version.