From b97d1dd513e29fe7810e2b29f4d42aef20c3dcc2 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:18:14 +1000 Subject: [PATCH] change nightly version used --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cbc1d8e6..a0b70e6d2 100644 --- a/Makefile +++ b/Makefile @@ -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