Skip to content

Commit

Permalink
change nightly version used
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Feb 6, 2024
1 parent b0fd707 commit b97d1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ CARGO_DOC_ARGS?=--open

doc: fmt
cargo test --doc -p soroban-sdk -p soroban-sdk-macros --features testutils
cargo +nightly doc -p soroban-sdk --no-deps --features docs,testutils $(CARGO_DOC_ARGS)
# nightly-2024-02-05 introduced a problem with curve-dalek crate
cargo +nightly-2024-02-03 doc -p soroban-sdk --no-deps --features docs,testutils $(CARGO_DOC_ARGS)

test: fmt build
cargo hack --feature-powerset --ignore-unknown-features --features testutils --exclude-features docs test
Expand Down

0 comments on commit b97d1dd

Please sign in to comment.