Skip to content

Commit 8224652

Browse files
update stellar-cli version requirement to v25.2.0
1 parent a6fa69b commit 8224652

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

soroban-sdk/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ pub fn main() {
2626
{
2727
panic!(
2828
"\
29-
\n\nerror: soroban-sdk feature 'experimental_spec_shaking_v2' requires stellar-cli v26+\
29+
\n\nerror: soroban-sdk feature 'experimental_spec_shaking_v2' requires stellar-cli v25.2.0+\
3030
\n\
3131
\nThe soroban-sdk 'experimental_spec_shaking_v2' feature requires building\
32-
\nwith `stellar contract build` from stellar-cli v26 or newer.\
32+
\nwith `stellar contract build` from stellar-cli v25.2.0 or newer.\
3333
\n\
3434
\nTo 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"

soroban-sdk/src/_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
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.

0 commit comments

Comments
 (0)