Skip to content

Commit

Permalink
Fix soroban version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Aug 8, 2024
1 parent 956044e commit eee8fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
soroban-sdk = { version = "=21.4.0" }

[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
soroban-sdk = { version = "=21.4.0", features = ["testutils"] }

[features]
testutils = ["soroban-sdk/testutils"]
Expand Down

0 comments on commit eee8fce

Please sign in to comment.