Skip to content

Commit

Permalink
Merge pull request #72 from OffchainLabs/export-main
Browse files Browse the repository at this point in the history
Export main
  • Loading branch information
rachel-bousfield authored Oct 3, 2023
2 parents 47a530c + 3e3056d commit 39abd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ convert_case = "0.6.0"

# members
stylus-sdk = { path = "stylus-sdk" }
stylus-proc = { path = "stylus-proc", version = "0.4.0" }
stylus-proc = { path = "stylus-proc", version = "0.4.1" }
2 changes: 1 addition & 1 deletion stylus-proc/src/methods/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub fn entrypoint(attr: TokenStream, input: TokenStream) -> TokenStream {

if cfg!(feature = "export-abi") {
output.extend(quote! {
fn main() {
pub fn main() {
stylus_sdk::abi::export::print_abi::<#name>();
}
});
Expand Down

0 comments on commit 39abd9c

Please sign in to comment.