Skip to content

Commit

Permalink
WEB3-74: fix erc20-counter-guests (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele authored Aug 9, 2024
1 parent 959f0c2 commit b9a361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/erc20-counter/methods/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn main() {

// Generate Rust source files for the methods crate.
let guests = embed_methods_with_options(HashMap::from([(
"guests",
"erc20-counter-guests",
GuestOptions {
features: Vec::new(),
use_docker,
Expand Down

0 comments on commit b9a361d

Please sign in to comment.