Skip to content

Commit

Permalink
Fix no-std warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Dec 18, 2024
1 parent 76fbb91 commit ee66672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sovereign-sdk/rollup-interface/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ help: ## Display this help message
check-no-std: ## Checks that project compiles without std
# check bare metal
cargo hack check --feature-powerset \
--exclude-features default,fuzzing,std,native,testing,arbitrary \
--exclude-features default,std,native,testing,arbitrary \
--target thumbv6m-none-eabi

0 comments on commit ee66672

Please sign in to comment.