Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ path = "tests/misc/test_new_modules.rs"
fuzz = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "22.0"
soroban-sdk = "27.0"
# no_std-compatible math (pow/round/etc.) for ELO and other floating-point
# calculations that plain core::f64 doesn't provide without std.
libm = "0.2"

[dev-dependencies]
soroban-sdk = { version = "22.0", features = ["testutils"] }
soroban-sdk = { version = "27.0", features = ["testutils"] }
proptest = "=1.6.0"
rand = "=0.8.5"

Expand Down
Loading