diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 993103b..33f5a68 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -806,6 +806,7 @@ pub struct ResolcConfiguration { /// If unspecified, the revive compiler default is used #[clap(id = "resolc.heap-size", long = "resolc.heap-size")] pub heap_size: Option, + /// Specifies the PVM stack size in bytes. /// /// If unspecified, the revive compiler default is used diff --git a/resolc-compiler-tests b/resolc-compiler-tests index 55da34c..6105262 160000 --- a/resolc-compiler-tests +++ b/resolc-compiler-tests @@ -1 +1 @@ -Subproject commit 55da34c4f60053ee23761d36d3dda0835b8a99ae +Subproject commit 6105262d666fe89a49afacbc8d8f7d69ac2cbcd6