File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ pub fn main() {
2626 {
2727 panic ! (
2828 "\
29- \n \n error: soroban-sdk feature 'experimental_spec_shaking_v2' requires stellar-cli v26 +\
29+ \n \n error: soroban-sdk feature 'experimental_spec_shaking_v2' requires stellar-cli v25.2.0 +\
3030\n \
3131\n The soroban-sdk 'experimental_spec_shaking_v2' feature requires building\
32- \n with `stellar contract build` from stellar-cli v26 or newer.\
32+ \n with `stellar contract build` from stellar-cli v25.2.0 or newer.\
3333\n \
3434\n To fix, either:\
35- \n - Build with `stellar contract build` using stellar-cli v26 +\
35+ \n - Build with `stellar contract build` using stellar-cli v25.2.0 +\
3636\n - Disable the feature by removing 'experimental_spec_shaking_v2' from\
3737\n the soroban-sdk import features list in Cargo.toml.\
3838\n "
Original file line number Diff line number Diff line change 115115//! ### Build Requirements
116116//!
117117//! This feature requires building with `stellar contract build` from
118- //! `stellar-cli` v26 or newer. Building directly with `cargo build` will
118+ //! `stellar-cli` v25.2.0 or newer. Building directly with `cargo build` will
119119//! produce a build error unless the
120120//! `SOROBAN_SDK_BUILD_SYSTEM_SUPPORTS_SPEC_SHAKING_V2` environment variable is
121121//! set.
You can’t perform that action at this time.
0 commit comments