Skip to content

Commit

Permalink
fix no-std build
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Feb 8, 2024
1 parent 0419734 commit c2cb74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -o pipefail

CARGO="${CARGO:-cargo}"
EXCLUDED_FEATURES_BY_DEFAULT=(internal-schemars08-tests)
EXCLUDED_FEATURES_NO_STD=(std internal-docs default)
EXCLUDED_FEATURES_NO_STD=(std internal-schemars08-tests schemars08 serde default alloc)

trap 'echo_err "Error occurred at $0 command: $BASH_COMMAND"' ERR
trap 'echo_err "Exiting $0"' EXIT
Expand Down

0 comments on commit c2cb74c

Please sign in to comment.