Skip to content

Commit 50d065b

Browse files
chore(deps): update soroban-sdk requirement in /smartcontract
Updates the requirements on [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) to permit the latest version. - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](stellar/rs-soroban-sdk@v21.0.1-preview.1...v27.0.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8197a6 commit 50d065b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smartcontract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ edition = "2021"
77
crate-type = ["cdylib", "rlib"]
88

99
[dependencies]
10-
soroban-sdk = { version = "21.0.0" }
10+
soroban-sdk = { version = "27.0.0" }
1111

1212
[dev-dependencies]
13-
soroban-sdk = { version = "21.0.0", features = ["testutils"] }
13+
soroban-sdk = { version = "27.0.0", features = ["testutils"] }
1414
proptest = "1"
1515

1616
[profile.release]

0 commit comments

Comments
 (0)