Skip to content

Commit

Permalink
Bump version to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta authored Dec 20, 2023
1 parent 83bc625 commit c332aaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
soroban-sdk = { version = "=20.0.2" }
soroban-sdk = { version = "=20.0.3" }

[dev_dependencies]
soroban-sdk = { version = "=20.0.2", features = ["testutils"] }
soroban-sdk = { version = "=20.0.3", features = ["testutils"] }

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

0 comments on commit c332aaa

Please sign in to comment.